]> 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 wmake www
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 . ./w.sh