From ca41eddfdc979955105cce572e659941544d6f6d Mon Sep 17 00:00:00 2001 From: Patrick Simianer
Date: Thu, 9 Oct 2014 20:44:15 +0100 Subject: alles neu macht der mai --- offlineimap_switch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100755 offlineimap_switch (limited to 'offlineimap_switch') diff --git a/offlineimap_switch b/offlineimap_switch new file mode 100755 index 0000000..6f835cd --- /dev/null +++ b/offlineimap_switch @@ -0,0 +1,11 @@ +#!/bin/sh + +case `date +"%a"` in + Sat|Sun) + offlineimap -a private + ;; + *) + offlineimap + ;; +esac + -- cgit v1.2.3