mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-23 06:12:17 -06:00
16 lines
220 B
Text
16 lines
220 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
|