chiark / gitweb /
Initial commit as found
[modbot-ulm.git] / webstump / config / convert-newsgroups.sh
1 cat newsgroups.lst | grep -v  ^#|grep \\. \
2         | awk '{print "echo " $2 " > newsgroups/" $1 "/address.txt";}'