chiark / gitweb /
automate process of transforming a standalone bzr branch into a branch attached to...
[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