Commit 5a633ba3 authored by vipwzw's avatar vipwzw

fix linter

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