add nickserv and a cli. Fix #2
[cloogle-irc.git] / run.sh
diff --git a/run.sh b/run.sh
index 14f41d6..bf33636 100644 (file)
--- a/run.sh
+++ b/run.sh
@@ -1,7 +1,8 @@
 #!/bin/sh
 while true
 do
+       git pull origin master
        make
-       ./cloogle
+       ./cloogleirc "$@"
        sleep 5s
 done