chiark / gitweb /
Merge remote branch 'origin/master'
[modbot-mtm.git] / webstump / config / convert-newsgroups.sh
1 cat newsgroups.lst | grep -v  ^#|grep \\. \
2         | awk '{print "echo " $2 " > newsgroups/" $1 "/address.txt";}'