Commit 9cad5392 authored by vipwzw's avatar vipwzw

auto ci

parent 95061a25
package executor
var callcode = `
var callcode = `
var tojson = JSON.stringify
//table warp
function table(kvc, config, defaultvalue) {
......
#!/bin/sh
echo "package executor\n\nvar callcode = \`" > const.go
cat runtime.js >> const.go
echo "\`" >> const.go
echo "var jscode = \`" >> const.go
cat test.js >> const.go
echo "\`" >> const.go
echo "package executor\n\nvar callcode = \`" >const.go
cat runtime.js >>const.go
echo '`' >>const.go
echo 'var jscode = `' >>const.go
cat test.js >>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