summarylogtreecommitdiffstats
path: root/fabother-world.sh
diff options
context:
space:
mode:
authorCarsten Teibes2014-02-14 01:26:20 +0100
committerCarsten Teibes2014-02-14 01:26:20 +0100
commitf1e69fbd0ab4ca96fd0099a60a966a4e0021aff1 (patch)
treed43fe678a051b8a611a85b4bbfaf1c11073b3744 /fabother-world.sh
downloadaur-f1e69fbd0ab4ca96fd0099a60a966a4e0021aff1.tar.gz
[add] fabother-world-git
Diffstat (limited to 'fabother-world.sh')
-rw-r--r--fabother-world.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/fabother-world.sh b/fabother-world.sh
new file mode 100644
index 000000000000..df5e46a0fd86
--- /dev/null
+++ b/fabother-world.sh
@@ -0,0 +1,7 @@
+#!/bin/sh
+
+mkdir -p ~/.fabother-world/data
+
+exec /usr/share/fabother-world/fabother-world \
+ --datapath=$HOME/.fabother-world/data \
+ --savepath=$HOME/.fabother-world "$@"