shithub: ricket

ref: abf622b2ac356cc642dacfe2294275f225fd1398
dir: /package.rc/

View raw version
#!/bin/rc

flagfmt='o:out out'
args='wasmfile'
if(! eval `''{aux/getflags $*} || ~ $#* 0)
	exec aux/usage
if(~ $#out 0)
	out = wasm.out
{echo '#!/bin/ricket/run'; cat $1} > $out
chmod +x $out