File:  [Research Unix] / researchv10no / cmd / netnews / misc / rnews.sh
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Tue Apr 24 17:21:35 2018 UTC (8 years, 1 month ago) by root
Branches: belllabs, MAIN
CVS tags: researchv10, HEAD
researchv10 Norman

: '@(#)rnews	1.6 of 16 Dec 82'
PATH=/bin:/usr/bin ; export PATH
cat > /tmp/rn$$ 
inews -p < /tmp/rn$$ >/tmp/rnm$$ 2>&1
if test -s /tmp/rnm$$ && grep -s -v '^Duplicate article '
then
	( echo rnews ; cat /tmp/rnm$$ ; \
		echo ----- ; cat /tmp/rn$$ ; echo ----- ) | mail usenet
fi
rm -f /tmp/rn$$ /tmp/rnm$$

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.