home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / bin / mips / rnmail.sh < prev    next >
Encoding:
Linux/UNIX/POSIX Shell Script  |  1992-05-05  |  399 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 reply to old news articles.  If"
  8. echo "you truly wish to reply to the author of potentially very old news"
  9. echo "about 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.