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 reply to old news articles. If"
- echo "you truly wish to reply to the author of potentially very old news"
- echo "about dead subjects, you will have to do it outside of cdrn..."
- echo
- echo
- echo -n "Press return -> "
- read ans
- exit
-