1
0
mirror of https://shylinux.com/x/ContextOS synced 2025-04-26 01:04:06 +08:00

opt relay

This commit is contained in:
IT 老营长 @云轩领航-创始人 2024-01-06 09:12:41 +08:00
parent 6a197a16e8
commit 1162b66cee
5 changed files with 9 additions and 10 deletions

View File

@ -1,3 +1,3 @@
cd ~/contexts/demo/
chmod u+x bin/ice.bin
./bin/ice.bin cli.system pwd
cd ~/{{.Option "path"}}
chmod u+x {{.Option "file"}}
./{{.Option "file"}} {{.Option "param"}}

View File

@ -1,3 +1,2 @@
cd ~/contexts
sleep 1
cd ~/{{.OptionDefault "dream" "contexts"}}; sleep 1
source etc/miss.sh

View File

@ -1,2 +1,2 @@
cd ~/contexts
./bin/ice.bin web.admin vimer compile
cd ~/{{.OptionDefault "dream" "contexts"}}; sleep 1
./bin/ice.bin admin vimer compile

View File

@ -19,7 +19,7 @@ Volcanos("user", {_trans: kit.Dict("_week_header", ["周日", "周一", "周二"
nfs.MODULE, "模块", nfs.SCRIPT, "脚本",
nfs.SOURCE, "源码",
nfs.CLONE, "克隆", nfs.PUSH, "上传", nfs.PULL, "下载",
nfs.VRESION, "版本",
nfs.VERSION, "版本",
nfs.REPOS, "源码",
nfs.VRESION, "版本",
@ -71,7 +71,7 @@ Volcanos("user", {_trans: kit.Dict("_week_header", ["周日", "周一", "周二"
"commit", "提交", "message", "信息",
"subject", "主题", "content", "内容",
"commitTime", "发布时间", "compileTime", "编译时间", "bootTime", "启动时间",
"machine", "机器", "params", "参数",
"machine", "机器", "params", "参数", "param", "参数",
"click to detail", "点击查看详情",
mall.GOODS, "商品",
team.ASSET, "资产",

View File

@ -1 +1 @@
export ctx_dev={{.Option "domain"}} ctx_repos={{.Option "source"}}{{.Option "ctx_env"}} temp=$(mktemp); if curl -h &>/dev/null; then curl -o $temp -fsSL $ctx_dev; else wget -O $temp -q $ctx_dev; fi; source $temp source
export ctx_dev={{.Option "domain"}} ctx_repos={{.Option "source"}}{{.Option "ctx_env"}} temp=$(mktemp); if curl -h &>/dev/null; then curl -o $temp -fsSL $ctx_dev; else wget -O $temp -q $ctx_dev; fi; source $temp source {{.Option "param"}}