graceful exit: fix #5
[cloogle-irc.git] / run.sh
1 #!/bin/sh
2 while true
3 do
4 git pull origin master
5 make
6 ./cloogle
7 sleep 5s
8 done