home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Il CD di internet
/
CD.iso
/
SOURCE
/
N
/
CNEWS
/
_CNEWS.TAR
/
usr
/
lib
/
newsbin
/
relay
/
sendnews
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1994-09-02
|
221 b
|
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 $*