summaryrefslogtreecommitdiff
path: root/daemons/check_mail
diff options
context:
space:
mode:
Diffstat (limited to 'daemons/check_mail')
-rwxr-xr-xdaemons/check_mail6
1 files changed, 6 insertions, 0 deletions
diff --git a/daemons/check_mail b/daemons/check_mail
new file mode 100755
index 0000000..5eccb20
--- /dev/null
+++ b/daemons/check_mail
@@ -0,0 +1,6 @@
+#!/bin/sh
+
+while :; do
+ mbsync -a
+ sleep 300
+done