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

mkdir -p "${XDG_CONFIG_HOME:-$HOME/.config}"/fabother-world/data

exec /usr/share/fabother-world/fabother-world \
     --datapath="${XDG_CONFIG_HOME:-$HOME/.config}"/fabother-world/data \
     --savepath="${XDG_CONFIG_HOME:-$HOME/.config}"/fabother-world "$@"