home *** CD-ROM | disk | FTP | other *** search
/ Education Sampler 1992 [NeXTSTEP] / Education_1992_Sampler.iso / Programming / Source / Weather / Weather.app / other / quake < prev    next >
Encoding:
Text File  |  1992-02-19  |  193 b   |  9 lines

  1. #! /bin/csh -f
  2. #
  3. # Get the latest earthquake report from U Washington.
  4. #
  5. echo ""
  6. echo "[finger quake@geophys.washington.edu]"
  7. echo ""
  8. finger quake@geophys.washington.edu | sed -e '1,/^Plan:/d'
  9.