summarylogtreecommitdiffstats
path: root/dwarffortress-sf
blob: 0a99d4f9466f75d5ebf0495c26a82cc6aa60db43 (plain)
1
2
3
4
5
6
7
#!/bin/sh
cd /opt/df_linux-sf
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 "$@"