update
parent
7afb2af594
commit
1efcdd7241
|
@ -32,7 +32,7 @@ echo '\
|
||||||
>Shell</a>\n\
|
>Shell</a>\n\
|
||||||
{{end}}\n\
|
{{end}}\n\
|
||||||
' > links.tmpl && \
|
' > links.tmpl && \
|
||||||
echo '{"app_name":"Go Playground","no_reconfig":true \
|
echo '{"app_name":"Go Playground","no_reconfig":true,"shell": "/bin/bash", \
|
||||||
,"files":[{"path":"main.go","name":"Main","action":"go run main.go","order":-1},{"path":"shell.sh","name":"Shell","action":"bash shell.sh","order":1}] \
|
,"files":[{"path":"main.go","name":"Main","action":"go run main.go","order":-1},{"path":"shell.sh","name":"Shell","action":"bash shell.sh","order":1}] \
|
||||||
,"hide_config":true,"cust":"."}' > conf.json && \
|
,"hide_config":true,"cust":"."}' > conf.json && \
|
||||||
echo 'package main\n\
|
echo 'package main\n\
|
||||||
|
|
Loading…
Reference in New Issue