File size: 93 Bytes
4302516
 
 
 
1
2
3
4
#!/bin/bash
WINEDEBUG=-all wine "$1" > output.txt 2>&1  
cat output.txt  
chmod +x run_exe.sh