aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/GuiLua/test.sh
diff options
context:
space:
mode:
authorDavid Walter Seikel2014-04-22 15:28:00 +1000
committerDavid Walter Seikel2014-04-22 15:28:00 +1000
commit04aad7d4781335c6abbc94a6fe677208b87dee82 (patch)
treed2a06507f345b6be52df52ded2670c5bec9d0150 /src/GuiLua/test.sh
parentMove all source into the new src directory, and shuffle a few other things ar... (diff)
downloadSledjHamr-04aad7d4781335c6abbc94a6fe677208b87dee82.zip
SledjHamr-04aad7d4781335c6abbc94a6fe677208b87dee82.tar.gz
SledjHamr-04aad7d4781335c6abbc94a6fe677208b87dee82.tar.bz2
SledjHamr-04aad7d4781335c6abbc94a6fe677208b87dee82.tar.xz
Move skang to libraries and base directory.
Diffstat (limited to '')
-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"