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

  1. #! /bin/sh
  2. cat << eof
  3.  
  4. A Terminal window will open for the ConTel weather service.
  5. This provides access to detailed FAA weather information, 
  6. primarily of interest to pilots, but perhaps useful to
  7. other users and travelers as well.  If you are a pilot,
  8. you can file your flight plan this way.  If you are just
  9. a casual user, you probably want to get a weather briefing
  10. for a travel route (say from BOS to SFO) in "Plain Language."
  11.  
  12. [telnet duats.contel.com]...
  13. eof
  14. Terminal -Shell "telnet duats.contel.com" > /dev/null &
  15.