chiark / gitweb /
helper for grabbing strings from debian/po directories in other trees
[bin.git] / testing-blockages
1 #! /bin/sh
2 wget -O - http://ftp-master.debian.org/testing/update_excuses.html.gz | \
3     zcat | grep '<li>Depends:' | sed 's,</a>,,;s/.*>//' | \
4     sort | uniq -c | sort -n