]> 4ch.mooo.com Git - 16.git/blob - awoo.sh
16_in improvements and added debugging stuff~
[16.git] / awoo.sh
1 #!/bin/bash
2 . ./w.sh
3 wmake
4 wmake comp
5 if [ -f "*.exe" ]
6         then
7 cp *.exe /var/www/
8 rm /var/www/inputest.exe
9 cp inputest.exe /var/www/inputest.exe
10 scp -r -P 26 *.exe 4ch.mooo.com:/var/www/16/
11 fi
12 wmake clean
13 if [ -z "$*" ]; then
14                 pee="wwww"
15         else
16                 pee="$*"
17 fi
18 ##echo "$pee"
19 git add .
20 . ./boop.sh "$pee"
21 . ./w.sh