summarylogtreecommitdiffstats
path: root/fabother-world.sh
blob: df5e46a0fd8622bf6a31c72ab9eba26199175725 (plain)
1
2
3
4
5
6
7
#!/bin/sh

mkdir -p ~/.fabother-world/data

exec /usr/share/fabother-world/fabother-world \
     --datapath=$HOME/.fabother-world/data \
     --savepath=$HOME/.fabother-world "$@"