Pass arguments through to EmuHawk

This commit is contained in:
YoshiRulz 2019-12-26 16:57:21 +10:00
parent c31050feb6
commit 2e8e2bfab4
No known key found for this signature in database
GPG Key ID: C4DE31C245353FB7
1 changed files with 1 additions and 1 deletions

View File

@ -18,4 +18,4 @@ if [ -z "$libpath" ]; then
libpath="/usr/lib/wine"
fi
export LD_LIBRARY_PATH="$libpath"
mono ./EmuHawk.exe >EmuHawkMono_laststdout.txt
mono ./EmuHawk.exe "$@" >EmuHawkMono_laststdout.txt