#!/bin/tcsh /usr/bin/rdate -s ricci.phys.uwm.edu if ($status) goto error exit (0) error: echo "n001.beowulf failed to get time with rdate" | mail ballen@dirac.phys.uwm.edu