#!/usr/bin/tcsh -f # set echo verbose # If debugging, remove the # at the start of this line # Purpose: Send yourself an e-mail. # Usage: echo 'Text of message' | showstat1 'Subject' # You need to replace name@address below with the e-mail address to send # the message to: mail -s "$1" name@address