summaryrefslogtreecommitdiff
path: root/application.linux64/KeyboardDefense
diff options
context:
space:
mode:
authorNæþ'n Lasseter <Næþ'n Lasseter nathan@bytemark.co.uk>2016-03-30 15:47:29 +0100
committerNæþ'n Lasseter <Næþ'n Lasseter nathan@bytemark.co.uk>2016-03-30 15:47:29 +0100
commit47e6af7301cfd73a8c7a4f8480e86dc7cdc57c4d (patch)
treeade3c7d88715452069458c8f08e59f4a4ce06088 /application.linux64/KeyboardDefense
first commitHEADmaster
Diffstat (limited to 'application.linux64/KeyboardDefense')
-rw-r--r--application.linux64/KeyboardDefense4
1 files changed, 4 insertions, 0 deletions
diff --git a/application.linux64/KeyboardDefense b/application.linux64/KeyboardDefense
new file mode 100644
index 0000000..1da112b
--- /dev/null
+++ b/application.linux64/KeyboardDefense
@@ -0,0 +1,4 @@
+#!/bin/sh
+
+APPDIR=$(dirname "$0")
+java -Djava.library.path="$APPDIR:$APPDIR/lib" -cp "$APPDIR/lib/KeyboardDefense.jar:$APPDIR/lib/core.jar:$APPDIR/lib/jogl-all.jar:$APPDIR/lib/gluegen-rt.jar:$APPDIR/lib/jogl-all-natives-linux-amd64.jar:$APPDIR/lib/gluegen-rt-natives-linux-amd64.jar" KeyboardDefense "$@"