summarylogtreecommitdiffstats
path: root/gog-beneath-a-steel-sky
blob: d9c7e59753d50d552ba1e3db18ea5bcbeb891e73 (plain)
1
2
3
4
5
6
7
8
#!/usr/bin/bash
gogdir="/opt/gog/beneath-a-steel-sky"
homedir="$HOME/.gog/beneath-a-steel-sky"
mkdir -p "$homedir"/{game,config/data}

unionfs "$homedir/config=RW:$gogdir=RO" "$homedir/game"
"$homedir"/game/start.sh
fusermount -u "$homedir/game"