summarylogtreecommitdiffstats
path: root/projectx
diff options
context:
space:
mode:
authorStephan Windmüller2014-12-23 15:28:33 +0100
committerStephan Windmüller2014-12-23 15:28:33 +0100
commit651498aa52f8832a70011fb388e52ec17c3b4cf1 (patch)
treeeb7d4ffe0db02d5c26ceb23e7df50c63a9b129d4 /projectx
downloadaur-651498aa52f8832a70011fb388e52ec17c3b4cf1.tar.gz
Initial commit
Diffstat (limited to 'projectx')
-rwxr-xr-xprojectx11
1 files changed, 11 insertions, 0 deletions
diff --git a/projectx b/projectx
new file mode 100755
index 000000000000..65ffeb8f0aec
--- /dev/null
+++ b/projectx
@@ -0,0 +1,11 @@
+#!/bin/sh
+
+if [ ! -d ~/.projectx ] ; then
+ mkdir ~/.projectx
+fi
+
+if [ "$#" -eq 0 ] ; then
+ cd ~/.projectx
+fi
+
+java -Djava.library.path=/usr/lib/projectx -jar /usr/share/java/projectx/ProjectX.jar "$@"