#!/bin/sh # fetch your mail at regular intervals # Derek Stevens # MIT License while true; do mbsync -a sleep 5m done