summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorJosh Haberman <jhaberman@gmail.com>2018-11-01 11:43:30 -0700
committerJosh Haberman <jhaberman@gmail.com>2018-11-01 11:43:30 -0700
commit9bb0814c48cb4d4df87ca64c9fabba5d15183cc1 (patch)
tree054281a1acd4e553169eb280ec6de4a65cb23b20 /tools
parent2d44ad4badee8ad39f113de204c61269acd031ad (diff)
Added missing "upbc" file.
Diffstat (limited to 'tools')
-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