Skip to content

Instantly share code, notes, and snippets.

@VOID001
Created January 13, 2015 02:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save VOID001/d285f9da5a2756928fcf to your computer and use it in GitHub Desktop.
Save VOID001/d285f9da5a2756928fcf to your computer and use it in GitHub Desktop.
#!/bin/sh
DF_DIR=$(dirname "$0")
cd "${DF_DIR}"
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.
./libs/Dwarf_Fortress "$@" # Go, go, go! :)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment