chiark / gitweb /
Remove ssh-related scripts I don't use any more.
[bin.git] / get-bug-mbox
1 #! /bin/sh
2 wget "http://bugs.debian.org/cgi-bin/mime/bugreport.cgi?bug=$1&mbox=yes" \
3      -O "$1.mbox"