Update references to github
[cloogle-irc.git] / run.sh
1 #!/bin/sh
2 while true
3 do
4 git pull origin master
5 git submodule init
6 git submodule update
7 make -B
8 ./cloogleirc "$@"
9 sleep 5s
10 done