summaryrefslogtreecommitdiff
path: root/tools/upbc
diff options
context:
space:
mode:
Diffstat (limited to 'tools/upbc')
-rwxr-xr-xtools/upbc5
1 files changed, 5 insertions, 0 deletions
diff --git a/tools/upbc b/tools/upbc
new file mode 100755
index 0000000..bd12250
--- /dev/null
+++ b/tools/upbc
@@ -0,0 +1,5 @@
+#!/bin/sh
+BASE=`dirname "$0"`
+export LUA_CPATH="$BASE/../lua/?.so"
+export LUA_PATH="$BASE/?.lua;$BASE/../lua/?.lua"
+lua $BASE/upbc.lua "$@"
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback