Skip to content

Instantly share code, notes, and snippets.

@XnipS
Created November 23, 2022 09:18
Show Gist options
  • Save XnipS/1a466664453803afd39ccc2e469bfcec to your computer and use it in GitHub Desktop.
Save XnipS/1a466664453803afd39ccc2e469bfcec to your computer and use it in GitHub Desktop.
Runs Unity game through wine whilst showing both wine and Unity log files.
#!/bin/bash
wine StrikeWarfare.exe -logfile ./output.log &
konsole -e tail -f ./output.log && exit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment