mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-07-29 14:17:07 -06:00
14 lines
194 B
Text
14 lines
194 B
Text
export WINEDEBUG=-all wine program.exe
|
|
|
|
set -e
|
|
|
|
mkdir ~/upload || true
|
|
|
|
rm -r ~/upp.tmp || true
|
|
mkdir ~/upp.tmp || true
|
|
|
|
bash ~/Scripts/www
|
|
|
|
bash ~/Scripts/win
|
|
|
|
bash ~/Scripts/src
|