Pass arguments through to EmuHawk
This commit is contained in:
parent
c31050feb6
commit
2e8e2bfab4
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue