summaryrefslogtreecommitdiff
path: root/AppRun
diff options
context:
space:
mode:
Diffstat (limited to 'AppRun')
-rw-r--r--AppRun6
1 files changed, 6 insertions, 0 deletions
diff --git a/AppRun b/AppRun
new file mode 100644
index 0000000..bd6e9f2
--- /dev/null
+++ b/AppRun
@@ -0,0 +1,6 @@
+#!/bin/bash
+
+# change working dir, so that is next to the data directory
+cd $APPDIR
+
+$APPDIR/src/freedroid $@