home *** CD-ROM | disk | FTP | other *** search
/ Education Sampler 1992 [NeXTSTEP] / Education_1992_Sampler.iso / Utilities / TarChive / FUBcron next >
Text File  |  1992-08-19  |  155b  |  6 lines

  1. #! /bin/csh 
  2. unset noclobber
  3. /bin/rm -f /tmp/FUB
  4. /u/arafel/adm/backup/FullUserBack >& /tmp/FUB
  5. /usr/ucb/Mail -s "Full User Backup `date` " root < /tmp/FUB
  6.