home *** CD-ROM | disk | FTP | other *** search
/ Source Code 1992 March / Source_Code_CD-ROM_Walnut_Creek_March_1992.iso / usenet / altsrcs / 2 / 2032 / anne.jones.sh < prev    next >
Encoding:
Linux/UNIX/POSIX Shell Script  |  1990-12-28  |  553 b   |  14 lines

  1. #! /bin/sh
  2. # anne.jones [file...] - censor headers: munge locally-generated headers in
  3. #  files, enforce feeble attempts at Usenet security, generate lots of silly
  4. #  headers.
  5. # (after the notorious ring-leader of the Ontario Film and Video Review Board
  6. # (nee Ontario Board of Censors), Ontario's very own Mrs. Mary Whitehouse.)
  7. # =()<. ${NEWSCONFIG-@<NEWSCONFIG>@}>()=
  8. . ${NEWSCONFIG-/usr/lib/news/bin/config}
  9. export NEWSCTL NEWSBIN NEWSARTS
  10. PATH=$NEWSCTL/bin:$NEWSBIN/inject:$NEWSBIN:$NEWSPATH ; export PATH
  11. umask $NEWSUMASK
  12.  
  13. cat $* | exec anne.stub
  14.