chiark / gitweb /
testing-blockages: Script from Anthony Towns to print a brief analysis of
[bin.git] / testing-blockages
diff --git a/testing-blockages b/testing-blockages
new file mode 100755 (executable)
index 0000000..6278201
--- /dev/null
@@ -0,0 +1,4 @@
+#! /bin/sh
+wget -O - http://ftp-master.debian.org/testing/update_excuses.html.gz | \
+    zcat | grep '<li>Depends:' | sed 's,</a>,,;s/.*>//' | \
+    sort | uniq -c | sort -n