最后活跃于 1 month ago

nuno 修订了这个 Gist 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"
上一页 下一页