summarylogtreecommitdiffstats
path: root/runme
diff options
context:
space:
mode:
Diffstat (limited to 'runme')
-rwxr-xr-xrunme4
1 files changed, 4 insertions, 0 deletions
diff --git a/runme b/runme
new file mode 100755
index 000000000000..b478025e3ac5
--- /dev/null
+++ b/runme
@@ -0,0 +1,4 @@
+#!/bin/sh
+mkdir -p ~/.wolf3d
+for file in /opt/wolfenstein3d/*; do ln -s $file ~/.wolf3d/`basename $file`; done
+dosbox -conf ~/.wolf3d/dosbox.conf