summarylogtreecommitdiffstats
path: root/gog-lure-of-the-temptress
blob: 35abeffbac05d9c71424a9d8290c1fc0e2d72c87 (plain)
1
2
3
4
5
6
7
8
#!/usr/bin/bash
gogdir="/opt/gog/lure-of-the-temptress"
homedir="$HOME/.gog/lure-of-the-temptress"
mkdir -p "$homedir"/{game,config/data}

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