diff --git a/etc/yac.txt b/etc/yac.txt deleted file mode 100644 index 5cba104e..00000000 --- a/etc/yac.txt +++ /dev/null @@ -1,18 +0,0 @@ -num num [0-9]+ -key key [a-zA-Z]+ - -op2 op2 [>=<] -op2 op2 [+\-*/%] -val val mul{ num key } -exp exp val -exp exp val op2 val - -stm var var key = exp -stm let let key = exp -stm for for exp -stm if if exp -stm end end -stm cmd pwd - -script script rep{ stm } - diff --git a/src/release/go.sum b/src/release/go.sum deleted file mode 100644 index c1efcec1..00000000 --- a/src/release/go.sum +++ /dev/null @@ -1,20 +0,0 @@ -shylinux.com/x/go-git/v5 v5.6.3 h1:TgxQSryjeDVOA33eYF8s+URzC3xdXsfJQaJAyq1liz0= -shylinux.com/x/go-git/v5 v5.6.3/go.mod h1:FiJKLqM5ppFERgywelAfywwxc7UxpaYN5YH3Lhc2gys= -shylinux.com/x/go-qrcode v0.0.2 h1:/c0PLj+1RT+kUPfnZVXwgbgH5m1SxBUjM2MIKXbDk+E= -shylinux.com/x/go-qrcode v0.0.2/go.mod h1:TlzGBENHXy19xC3AsC6h4Vs5fx2ZuDA4TZ0U3C2OeK4= -shylinux.com/x/golang-story v0.6.0 h1:PsdKy47eDl+rvHcnGL+G9frLr27sfDYy4hYF2MM+uVQ= -shylinux.com/x/golang-story v0.6.0/go.mod h1:eV7nQ3rE+7KazDglCVcXCNZuiKJjg8ACu9U4jN3HebQ= -shylinux.com/x/ice v1.3.2 h1:xSEriPG5M5AqwO+zQZtJ6n1V0ORtkeS4tFDm8cCq6tQ= -shylinux.com/x/ice v1.3.2/go.mod h1:u4aOX98aia9cUpzXdQyd/rZp/VcFT22YKZdJDqOez8Y= -shylinux.com/x/icebergs v1.5.6 h1:rvHbftZxR6yV0WKBY8C/ulcDb24cAa1QemWKEzzSTT8= -shylinux.com/x/icebergs v1.5.6/go.mod h1:AwDP4nx0mVNAWuautEIWfuq9eM1jNwQzgzyZNEpBHhE= -shylinux.com/x/linux-story v0.5.6 h1:nQsiO7MsPXWhVo2ji7olaDEvS+nOZddDG1wfE3R8eZU= -shylinux.com/x/linux-story v0.5.6/go.mod h1:5pj2ln5x6O8aiBH/6Fqhsdylwwu4NXsHtgbxTJvl/6E= -shylinux.com/x/nginx-story v0.5.9 h1:cDczbOZEbPiME4WFO24ol+HeTW+8LV7n9AoVB/prwcg= -shylinux.com/x/nginx-story v0.5.9/go.mod h1:4a31dCYGdc94kWfXp9hxWlrSd+9EnLU1ERJldEo+xXE= -shylinux.com/x/redis-story v0.6.0 h1:Az5uUduJkZHfAlu6mIb7vyeBXAFpbQBORUSSE6wSj20= -shylinux.com/x/redis-story v0.6.0/go.mod h1:drb7wczQg6c38dGPDucFIzSt07CkybmHywGdkeK3/5M= -shylinux.com/x/toolkits v0.7.5 h1:OHk2zLWubFion4cJBo+lSTyzBp3buzV7Xu/Q91Hvf7M= -shylinux.com/x/toolkits v0.7.5/go.mod h1:8LbYHe7oxBIqb6s4MSOD+4d28QvPdvkyCVtwB/JW7AA= -shylinux.com/x/websocket v0.0.2 h1:aeeZyAsh6QN7+l5oMXlO9/rlQgx6CHvDtpZyAqMCSlU= -shylinux.com/x/websocket v0.0.2/go.mod h1:yMcu4XS6JB11YRISXwvubh7dPM6rWPdzIRv0CrshQBY= diff --git a/src/template/web.code.publish/misc.sh b/src/template/web.code.publish/misc.sh index b000c94d..56b5cd7d 100644 --- a/src/template/web.code.publish/misc.sh +++ b/src/template/web.code.publish/misc.sh @@ -1 +1 @@ -export ctx_dev={{.Option "domain"}}{{.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 app username {{.Option "user.name"}} usernick "{{.Option "user.nick"}}" +export ctx_dev={{.Option "domain"}}{{.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 app username {{.Option "user.name"}} usernick "{{.Option "user.nick"}}" token "{{.Option "token"}}"