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

  1. #! /bin/sh
  2. cat << eof
  3.  
  4. The machines everest.lcs.mit.edu and synoptic.mit.edu
  5. provide "finger" daemons for current Boston and New England area
  6. weather information.
  7.  
  8. eof
  9. echo "Everest ======================================"
  10. finger weather@everest.lcs.mit.edu | sed -e '1,/^Plan:/d'
  11. echo ""
  12. echo "Synoptic ====================================="
  13. finger weather@synoptic.mit.edu | sed -e '1,/^Plan:/d'
  14.