Commit 9cad5392 authored by vipwzw's avatar vipwzw

auto ci

parent 95061a25
#!/bin/sh #!/bin/sh
echo "package executor\n\nvar callcode = \`" > const.go echo "package executor\n\nvar callcode = \`" >const.go
cat runtime.js >> const.go cat runtime.js >>const.go
echo "\`" >> const.go echo '`' >>const.go
echo "var jscode = \`" >> const.go echo 'var jscode = `' >>const.go
cat test.js >> const.go cat test.js >>const.go
echo "\`" >> const.go echo '`' >>const.go
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment