Commit 5a633ba3 authored by vipwzw's avatar vipwzw

fix linter

parent 27df4dc8
#!/bin/sh #!/bin/sh
printf "package executor\n\nvar callcode = \`\n" >const.go {
cat "runtime.js" >>const.go printf 'package executor\n\nvar callcode = `\n'
printf '`\n' >>const.go cat "runtime.js"
printf 'var jscode = `\n' >>const.go printf '`\n'
cat "test.js" >>const.go printf 'var jscode = `\n'
printf '`\n' >>const.go cat "test.js"
printf "var _ = jscode\n" >>const.go printf '`\n'
printf 'var _ = jscode\n'
} > 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