home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / bin / mips / pnews.sh < prev    next >
Encoding:
Linux/UNIX/POSIX Shell Script  |  1992-05-05  |  390 b   |  16 lines

  1. #!/bin/sh
  2.  
  3. export PATH || (echo "OOPS, this isn't sh.  Desperation time.  I will feed myself to sh."; sh $0; kill $$)
  4.  
  5. echo
  6. echo
  7. echo "Sorry, but you can't use cdrn to follow up to old news articles." 
  8. echo "If you truly wish to post a follow up to *very* old news about"
  9. echo "dead subjects, you will have to do it outside of cdrn..."
  10. echo
  11. echo
  12. echo -n "Press return -> "
  13. read ans
  14. exit
  15.