Commit 33e1ab08 authored by vipwzw's avatar vipwzw

Merge branch 'js' of https://github.com/vipwzw/plugin into js

parents 618e2f2f 84c36859
#!/bin/sh
{
printf 'package executor\n\nvar callcode = `\n'
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
} >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