Skip to content

Instantly share code, notes, and snippets.

@htr
Created July 13, 2010 15:52
Show Gist options
  • Save htr/474071 to your computer and use it in GitHub Desktop.
Save htr/474071 to your computer and use it in GitHub Desktop.
*/2 * * * * ping -c1 www.google.com -q 2&>1 >/dev/null && [[ `pgrep offlineimap | wc -l` == "0" ]] && [[ `pgrep mairix | wc -l` == "0" ]] && offlineimap -u Noninteractive.Basic && mairix
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment