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