home *** CD-ROM | disk | FTP | other *** search
- #! /bin/sh
- # anne.jones [file...] - censor headers: munge locally-generated headers in
- # files, enforce feeble attempts at Usenet security, generate lots of silly
- # headers.
- # (after the notorious ring-leader of the Ontario Film and Video Review Board
- # (nee Ontario Board of Censors), Ontario's very own Mrs. Mary Whitehouse.)
- # =()<. ${NEWSCONFIG-@<NEWSCONFIG>@}>()=
- . ${NEWSCONFIG-/usr/lib/news/bin/config}
- export NEWSCTL NEWSBIN NEWSARTS
- PATH=$NEWSCTL/bin:$NEWSBIN/inject:$NEWSBIN:$NEWSPATH ; export PATH
- umask $NEWSUMASK
-
- cat $* | exec anne.stub
-