git @ Cat's Eye Technologies
Wanda
/
9836575
Add wrapper script for running the reference interpreter.
Chris Pressey
6 years ago
1 changed file(s) with
5 addition(s)
and
0 deletion(s)
.
Raw diff
Collapse all
Expand all
+5
-0
bin/wanda
less
more
0
#!/bin/sh
1
2
SCRIPT=`readlink $0`
3
SCRIPTDIR=`dirname $SCRIPT`
4
lua $SCRIPTDIR/../src/wanda.lua $*