summaryrefslogtreecommitdiff
path: root/AppRun
diff options
context:
space:
mode:
authorJesusalva Jesusalva <jesusalva@themanaworld.org>2022-06-19 21:23:41 +0000
committerJesusalva Jesusalva <jesusalva@themanaworld.org>2022-06-19 21:23:41 +0000
commit98cb0900d063ca67cd027c5de2af2d49c322ec44 (patch)
tree67da29173b23c9ea585b4bab555255fc2d204030 /AppRun
parente29a814f198f0e4a9a7ff860406b035681f53968 (diff)
downloadbuildbot-98cb0900d063ca67cd027c5de2af2d49c322ec44.tar.gz
buildbot-98cb0900d063ca67cd027c5de2af2d49c322ec44.tar.bz2
buildbot-98cb0900d063ca67cd027c5de2af2d49c322ec44.tar.xz
buildbot-98cb0900d063ca67cd027c5de2af2d49c322ec44.zip
Upload
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 $@