#!/bin/sh
# http://www.berklix.com/~jhs/bin/.sh/ping_mail
echo "Tell `/usr/bin/whoami`@`hostname` when to stop, this sent `date -u +%Y-%m-%dT%H:%M:%SZ`" \
	| mail -s "Ping mail to monitor connectivity." \
	jhs
# jhs,jes
