run certain scripts periodically
[monitor.git] / rt3 / rtcron.sh
diff --git a/rt3/rtcron.sh b/rt3/rtcron.sh
new file mode 100755 (executable)
index 0000000..e14b533
--- /dev/null
@@ -0,0 +1,6 @@
+#!/bin/bash
+
+D=/usr/share/monitor/
+for f in $D/rt3/rtcron.d/*.sh ; do
+       bash -c "$f"
+done