nuno 已修改 1 month ago. 還原成這個修訂版本
1 file changed, 10 insertions
gistfile1.txt(檔案已創建)
| @@ -0,0 +1,10 @@ | |||
| 1 | + | #!/usr/bin/env bash | |
| 2 | + | ||
| 3 | + | _APP_CORE_DIR="$(dirname "${BASH_SOURCE[0]}")" | |
| 4 | + | ||
| 5 | + | # ============================================ | |
| 6 | + | # Core Bootstrap | |
| 7 | + | # ============================================ | |
| 8 | + | ||
| 9 | + | source "${_APP_CORE_DIR}/context.sh" | |
| 10 | + | source "${_APP_CORE_DIR}/json.sh" | |
上一頁
下一頁