Add driver script for Lua implementation of Whothm.
Chris Pressey
1 year, 9 months ago
0 | |
This is where compiled Java classfiles will go.
|
|
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/whothm.lua/src/whothm.lua $*
|