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