chiark / gitweb /
Sync $HOME/bin from riva. New scripts to get a Debian bug in mbox form,
[bin.git] / get-bug-mbox
diff --git a/get-bug-mbox b/get-bug-mbox
new file mode 100644 (file)
index 0000000..4198f6f
--- /dev/null
@@ -0,0 +1,3 @@
+#! /bin/sh
+wget "http://bugs.debian.org/cgi-bin/mime/bugreport.cgi?bug=$1&mbox=yes" \
+     -O "$1.mbox"