forked from x/ContextOS
opt relay
This commit is contained in:
parent
6a197a16e8
commit
1162b66cee
@ -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"}}
|
||||
|
@ -1,3 +1,2 @@
|
||||
cd ~/contexts
|
||||
sleep 1
|
||||
cd ~/{{.OptionDefault "dream" "contexts"}}; sleep 1
|
||||
source etc/miss.sh
|
||||
|
@ -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
|
||||
|
@ -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, "资产",
|
||||
|
@ -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"}}
|
||||
|
Loading…
x
Reference in New Issue
Block a user