10 lines
173 B
Text
10 lines
173 B
Text
|
#!/bin/sh
|
||
|
|
||
|
wineserver -k
|
||
|
#export LANG=ja_JP.UTF-8
|
||
|
#export LC_ALL=ja_JP.UTF-8
|
||
|
export WINEPREFIX="$(pwd)/wine"
|
||
|
export WINEARCH=win32
|
||
|
export WINEESYNC=1
|
||
|
#export WINEDEBUG=-all
|