add runscript and restart command
[cloogle-irc.git] / run.sh
diff --git a/run.sh b/run.sh
new file mode 100644 (file)
index 0000000..14f41d6
--- /dev/null
+++ b/run.sh
@@ -0,0 +1,7 @@
+#!/bin/sh
+while true
+do
+       make
+       ./cloogle
+       sleep 5s
+done