chiark / gitweb /
get-rfc: Always download to $HOME/misc/rfc rather than the current
[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