home *** CD-ROM | disk | FTP | other *** search
/ Unix System Administration Handbook 1997 October / usah_oct97.iso / news / cnews.tar / batch / viainews < prev    next >
Text File  |  1994-08-17  |  259b  |  10 lines

  1. #! /bin/sh
  2. # Feed input to inews, for ihave/sendme mostly.
  3. # ignores arguments
  4.  
  5. # =()<. ${NEWSCONFIG-@<NEWSCONFIG>@}>()=
  6. . ${NEWSCONFIG-/etc/news/bin/config}
  7.  
  8. HOME=/dev/null ; export HOME    # suppress signatures, .name, etc.
  9. exec $NEWSBIN/inject/inews -h -W -A
  10.