summarylogtreecommitdiffstats
path: root/fheroes2.sh
diff options
context:
space:
mode:
Diffstat (limited to 'fheroes2.sh')
-rw-r--r--fheroes2.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/fheroes2.sh b/fheroes2.sh
new file mode 100644
index 000000000000..cb94b8a85773
--- /dev/null
+++ b/fheroes2.sh
@@ -0,0 +1,7 @@
+#!/bin/sh
+
+CONFIG_DIR=~/.fheroes2
+
+mkdir -p $CONFIG_DIR
+cd $CONFIG_DIR || exit
+exec fheroes2 $*