1
0
forked from x/icebergs
This commit is contained in:
shaoying 2020-11-19 19:37:31 +08:00
parent fa4a74af53
commit 803a04bbe5

View File

@ -110,7 +110,6 @@ export ctx_log=/dev/stdout ctx_dev={{.Option "httphost"}} ctx_temp=$(mktemp); cu
`,
"miss", `
# 开发环境
mkdir contexts; cd contexts
export ctx_dev={{.Option "httphost"}} ctx_temp=$(mktemp); curl -sL $ctx_dev >$ctx_temp; source $ctx_temp dev
`,
"tool", `