Spaces:
Sleeping
Sleeping
Create run_exe.sh
Browse files- 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
|