]> andersk Git - sql.git/blobdiff - sbin/autorepair
misc /sbin utils
[sql.git] / sbin / autorepair
diff --git a/sbin/autorepair b/sbin/autorepair
new file mode 100755 (executable)
index 0000000..f3349f4
--- /dev/null
@@ -0,0 +1,6 @@
+#!/bin/bash
+
+while true; do
+    ./repair
+    sleep 1
+done
This page took 0.029796 seconds and 4 git commands to generate.