1
0
forked from x/ContextOS
This commit is contained in:
shylinux 2023-02-17 15:08:56 +08:00
parent 4c1295125b
commit e280e63886
3 changed files with 19 additions and 18 deletions

View File

@ -10,6 +10,7 @@
role white void web.code.git.trend
role white void web.code.input.find
role white void web.wiki.alpha.find
role white void require/src
~web.code
alpine mirrors

View File

@ -41,8 +41,7 @@ ish_miss_prepare_toolkits
ish_miss_prepare_volcanos
ish_miss_prepare_learning
ish_miss_make; if [ -n "$*" ]; then ish_miss_serve "$@"; fi
_prepare_ttc() {
ish_sys_link_create ~/.bash_local $PWD/etc/conf/bash_local.sh
ish_sys_link_create ~/.vim_local.vim $PWD/etc/conf/vim_local.vim
require sys/cli/cli.sh
@ -58,4 +57,5 @@ if tmux -V; then
else
ish_miss_serve_log
fi
}
ish_miss_make; if [ -n "$*" ]; then ish_miss_serve "$@"; else _prepare_ttc; fi

View File

@ -1,2 +1,2 @@
ish_sys_dev_configs
ish_sys_dev_grant
echo "hello world"
echo "$@"