aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/GuiLua/test.sh
diff options
context:
space:
mode:
Diffstat (limited to 'src/GuiLua/test.sh')
-rwxr-xr-xsrc/GuiLua/test.sh5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/GuiLua/test.sh b/src/GuiLua/test.sh
index 1effdb3..bea2fc3 100755
--- a/src/GuiLua/test.sh
+++ b/src/GuiLua/test.sh
@@ -1,3 +1,6 @@
1#! /bin/bash 1#! /bin/bash
2 2
3./skang -l test -foo "argy bargy" 3wd=$(pwd)
4
5export LUA_PATH="$wd/../../libraries/?.lua;./?.lua"
6../../skang -l test -foo "argy bargy"