home *** CD-ROM | disk | FTP | other *** search
/ Il CD di internet / CD.iso / SOURCE / N / CNEWS / _CNEWS.TAR / usr / lib / newsbin / relay / mailnews < prev    next >
Encoding:
Text File  |  1994-09-02  |  304 b   |  16 lines

  1. #! /bin/sh
  2. # send news by mail, encoded for protection
  3.  
  4. # =()<. ${NEWSCONFIG-@<NEWSCONFIG>@}>()=
  5. . ${NEWSCONFIG-/var/lib/news/bin/config}
  6.  
  7. PATH=$NEWSCTL/bin:$NEWSBIN/batch:$NEWSBIN:$NEWSPATH ; export PATH
  8.  
  9. case $# in
  10. 0)    echo "Usage: $0 destination ..." >&2
  11.     exit 1
  12.     ;;
  13. esac
  14.  
  15. ( echo ; bencode ) | mail $*
  16.