From 969f1968f2f74f8f09c4788bc7f7b1c9655ad354 Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Mon, 5 May 2014 20:04:08 +1000 Subject: Call skang modules from extantz. Needs some clean up. --- extantz.sh | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 extantz.sh (limited to 'extantz.sh') diff --git a/extantz.sh b/extantz.sh new file mode 100755 index 0000000..8149926 --- /dev/null +++ b/extantz.sh @@ -0,0 +1,7 @@ +#! /bin/bash + +wd=$(pwd) + +export LUA_PATH="$wd/lib/?.lua;$wd/src/GuiLua/?.lua" +export LUA_CPATH="$wd/lib/lib?.so;$wd/src/GuiLua/?.so" +./extantz -- cgit v1.1