#! /bin/sh set -e if ! [ -e ~/.nomail ]; then date >> ~/.fetchmail/log fetchmail >> ~/.fetchmail/log bsmtp-pull gluck fi exit 0