forked from x/ContextOS
add some
This commit is contained in:
parent
4d6efc3f4c
commit
a564902f24
@ -23,8 +23,8 @@ main() {
|
||||
prepare_ice && $PWD/bin/ice.bin forever start "$@"
|
||||
;;
|
||||
dev) shift # 开发环境
|
||||
prepare_package; prepare_system; require miss.sh; [ -f ~/.gitconfig ] || ish_dev_git_prepare
|
||||
[ -e $ctx_name ] || git config --global "url.$ctx_dev/x/.insteadof" "${ctx_repos%/*}/" && git clone $ctx_repos $ctx_name; cd $ctx_name
|
||||
require miss.sh; prepare_package; prepare_system; [ -f ~/.gitconfig ] || ish_dev_git_prepare
|
||||
[ -e $ctx_name ] || git config --global "url.$ctx_dev/x/.insteadof" "${ctx_repos%/*}/" && ish_log_debug -g "clone $ctx_repos" && git clone $ctx_repos $ctx_name; cd $ctx_name
|
||||
source etc/miss.sh && $PWD/bin/ice.bin forever start "$@"
|
||||
;;
|
||||
cmd) # 命令环境
|
||||
|
Loading…
x
Reference in New Issue
Block a user