mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-07-11 22:03:01 -06:00
12 lines
233 B
Text
12 lines
233 B
Text
echo makewww started at `date`
|
|
echo Path: $PATH
|
|
echo Home: $HOME
|
|
export WINEDEBUG=-all wine program.exe
|
|
|
|
mkdir ~/upload || true
|
|
|
|
bash ~/upp.src/uppbox/Scripts/www
|
|
|
|
bash ~/upp.src/uppbox/Scripts/win
|
|
|
|
bash ~/upp.src/uppbox/Scripts/src
|