summarylogtreecommitdiffstats
path: root/dwarffortress
diff options
context:
space:
mode:
Diffstat (limited to 'dwarffortress')
-rw-r--r--dwarffortress7
1 files changed, 7 insertions, 0 deletions
diff --git a/dwarffortress b/dwarffortress
new file mode 100644
index 000000000000..d8f236eaac8a
--- /dev/null
+++ b/dwarffortress
@@ -0,0 +1,7 @@
+#!/bin/sh
+cd /opt/df_linux
+export SDL_DISABLE_LOCK_KEYS=1 # Work around for bug in Debian/Ubuntu SDL patch.
+#export SDL_VIDEO_CENTERED=1 # Centre the screen. Messes up resizing.
+
+umask 0002 # Make sure that any saves created get 775/664
+exec ./libs/Dwarf_Fortress "$@"