Update references to github
[cloogle-irc.git] / run.sh
diff --git a/run.sh b/run.sh
index 14f41d6..ee3a1a9 100644 (file)
--- a/run.sh
+++ b/run.sh
@@ -1,7 +1,10 @@
 #!/bin/sh
 while true
 do
-       make
-       ./cloogle
+       git pull origin master
+       git submodule init
+       git submodule update
+       make -B
+       ./cloogleirc "$@"
        sleep 5s
 done