From 5869505d64c04c536bdcd71a197ade918c36bf1c Mon Sep 17 00:00:00 2001 From: Patrick Simianer
Date: Sun, 10 Aug 2014 11:19:38 +0100 Subject: init --- offlineimap-switch | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100755 offlineimap-switch (limited to 'offlineimap-switch') diff --git a/offlineimap-switch b/offlineimap-switch new file mode 100755 index 0000000..ef7328d --- /dev/null +++ b/offlineimap-switch @@ -0,0 +1,12 @@ +#!/bin/sh + + +case `date +"%a"` in + Sat|Sun) + offlineimap -a private + ;; + *) + offlineimap + ;; +esac + -- cgit v1.2.3