home *** CD-ROM | disk | FTP | other *** search
- #!/bin/sh
- #
-
- export PATH || (echo "OOPS, this isn't sh. Desperation time. I will feed myself to sh."; sh $0; kill $$)
-
- echo
- echo
- echo "Sorry, but you can't use cdrn to follow up to old news articles."
- echo "If you truly wish to post a follow up to *very* old news about"
- echo "dead subjects, you will have to do it outside of cdrn..."
- echo
- echo
- echo -n "Press return -> "
- read ans
- exit
-