summarylogtreecommitdiffstats
path: root/bio-menace
diff options
context:
space:
mode:
Diffstat (limited to 'bio-menace')
-rw-r--r--bio-menace8
1 files changed, 8 insertions, 0 deletions
diff --git a/bio-menace b/bio-menace
new file mode 100644
index 000000000000..53415431231d
--- /dev/null
+++ b/bio-menace
@@ -0,0 +1,8 @@
+#!/usr/bin/bash
+gogdir="/opt/gog/bio-menace"
+homedir="$HOME/.gog/bio-menace"
+mkdir -p "$homedir"/{game,config/data}
+
+unionfs "$homedir/config=RW:$gogdir=RO" "$homedir/game"
+"$homedir"/game/start.sh
+fusermount -u "$homedir/game"