chiark / gitweb /
inews: Add %ABBREV% to "lost" messages
[modbot-mtm.git] / webstump / config / convert-newsgroups.sh
1 cat newsgroups.lst | grep -v  ^#|grep \\. \
2         | awk '{print "echo " $2 " > newsgroups/" $1 "/address.txt";}'