git @ Cat's Eye Technologies Velo / 1b04a2a
Neither of these names are good, but, this is probably better. Chris Pressey 6 years ago
3 changed file(s) with 7 addition(s) and 7 deletion(s). Raw diff Collapse all Expand all
+0
-6
bin/lua-velo less more
0 #!/bin/sh
1
2 SCRIPT=`readlink $0`
3 if [ "x$SCRIPT" = "x" ]; then SCRIPT=$0; fi
4 SCRIPTDIR=`dirname $SCRIPT`
5 lua $SCRIPTDIR/../impl/velo.lua/src/velo.lua $*
0 #!/bin/sh
1
2 SCRIPT=`readlink $0`
3 if [ "x$SCRIPT" = "x" ]; then SCRIPT=$0; fi
4 SCRIPTDIR=`dirname $SCRIPT`
5 lua $SCRIPTDIR/../impl/velo.lua/src/velo.lua $*
00
11 -> Functionality "Interpret Velo Script" is implemented by shell command
2 -> "bin/lua-velo %(test-body-file)"
2 -> "bin/velo_lua %(test-body-file)"