chiark / gitweb /
get-var: Remove. I think this used to be part of the public_html build
[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