#!/bin/csh -f

rm /tmp/ipptopsps.tmp.txt
perl /home/heather/cronjobscripts/checkloading.pl  >> /tmp/ipptopsps.tmp.txt

mail -s "ipptopsps load status `date --utc +%D`" flewelling.heather@gmail.com < /tmp/ipptopsps.tmp.txt




