Redirect stdout to file
This commit is contained in:
parent
aa05868d12
commit
1b03ecb2a4
|
@ -18,4 +18,4 @@ if [ -z "$libpath" ]; then
|
|||
printf "%s\n" "Unknown distro, assuming WINE library location is /usr/lib/wine..."
|
||||
libpath="/usr/lib/wine"
|
||||
fi
|
||||
LD_LIBRARY_PATH="$libpath" mono ./EmuHawk.exe
|
||||
LD_LIBRARY_PATH="$libpath" mono ./EmuHawk.exe >mono_lastrun_stdout.txt
|
||||
|
|
Loading…
Reference in New Issue