mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-17 06:06:00 -06:00
16 lines
216 B
Text
16 lines
216 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
|
|
|
|
bash ~/Scripts/deb64
|