ref: b00bfa14e01b9a8af92febd116db4a084626bc33
dir: /package.rc/
#!/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