home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Fred Fish Collection 1.5
/
ffcollection-1-5-1992-11.iso
/
ff_disks
/
400-499
/
ff473.lzh
/
CNewsSrc
/
cnews_src.lzh
/
batch
/
viauuxl
< prev
Wrap
Text File
|
1990-01-22
|
526b
|
26 lines
#! /bin/sh
# Multicast transmission using uux -l.
# This has not been well tested, we don't have -l.
# =()<. ${NEWSCONFIG-@<NEWSCONFIG>@}>()=
. ${NEWSCONFIG-/usr/lib/news/bin/config}
PATH=$NEWSCTL/bin:$NEWSBIN/batch:$NEWSBIN:$NEWSPATH ; export PATH
umask $NEWSUMASK
if test ! -r $NEWSCTL/sites.$1
then
echo "$0: cannot read \`sites.$1'" >&2
exit 1
fi
sites="`cat $NEWSCTL/sites.$1`"
cd $NEWSARTS/out.going/$1
trap 'rm -f temp ; exit 0' 0 1 2 15
cat >temp
for site in $sites
do
uux -r -gd -l $site!rnews '<' !temp
done