Merge branch 'master' into no-results-response
[cloogle-irc.git] / run.sh
1 #!/bin/sh
2 while true
3 do
4 git pull origin master
5 make
6 ./cloogleirc "$@"
7 sleep 5s
8 done