Neither of these names are good, but, this is probably better.
Chris Pressey
6 years ago
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 $* |