6 lines
107 B
Bash
Executable file
6 lines
107 B
Bash
Executable file
#!/bin/sh
|
|
|
|
export WINEPREFIX="$(pwd)/wine"
|
|
export WINEARCH=win32
|
|
export WINEESYNC=1
|
|
#export WINEDEBUG=-all
|