summaryrefslogtreecommitdiff
path: root/tools/upbc
diff options
context:
space:
mode:
Diffstat (limited to 'tools/upbc')
-rwxr-xr-xtools/upbc5
1 files changed, 0 insertions, 5 deletions
diff --git a/tools/upbc b/tools/upbc
deleted file mode 100755
index bd12250..0000000
--- a/tools/upbc
+++ /dev/null
@@ -1,5 +0,0 @@
-#!/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