home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Fred Fish Collection 1.5
/
ffcollection-1-5-1992-11.iso
/
ff_disks
/
300-399
/
ff319.lzh
/
CNewsSrc
/
cnews.orig.lzh
/
relay
/
aux
/
sendnews
< prev
Wrap
Text File
|
1989-06-27
|
221b
|
11 lines
#! /bin/sh
# sendnews destination... - protect & mail article on stdin to destinations
PATH=/bin:/usr/bin; export PATH
case $# in
0)
echo "usage: $0 destination..." >&2
exit 1 ;;
esac
(echo ''; sed 's/^/N/') | mail $*