Pass command-line arguments to DF (OS X)

develop
Lethosor 2014-06-14 09:22:32 -04:00
parent da6219e5a1
commit e120f536ec
1 changed files with 1 additions and 1 deletions

@ -12,6 +12,6 @@ fi
old_tty_settings=$(stty -g)
cd "${PWD}"
DYLD_INSERT_LIBRARIES=./hack/libdfhack.dylib ./dwarfort.exe
DYLD_INSERT_LIBRARIES=./hack/libdfhack.dylib ./dwarfort.exe "$@"
stty "$old_tty_settings"
echo ""