git @ Cat's Eye Technologies Velo / 399c4ed
Introduce `lua-velo` script to run the (now pure) Lua source file. Chris Pressey 6 years ago
3 changed file(s) with 7 addition(s) and 3 deletion(s). Raw diff Collapse all Expand all
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 #!/usr/bin/env lua
1
20 --[[ ========== DEBUG ========= ]]--
31
42 local do_debug = false
00
11 -> Functionality "Interpret Velo Script" is implemented by shell command
2 -> "impl/velo.lua/src/velo.lua %(test-body-file)"
2 -> "bin/lua-velo %(test-body-file)"