Redirect stdout to file

This commit is contained in:
YoshiRulz 2019-01-17 16:54:31 +10:00
parent aa05868d12
commit 1b03ecb2a4
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
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