Peeble commited on
Commit
4302516
·
verified ·
1 Parent(s): 8fb6ac1

Create run_exe.sh

Browse files
Files changed (1) hide show
  1. run_exe.sh +4 -0
run_exe.sh ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ #!/bin/bash
2
+ WINEDEBUG=-all wine "$1" > output.txt 2>&1
3
+ cat output.txt
4
+ chmod +x run_exe.sh