#!/bin/sh

for f
do
	wget -0 $f 'https://bugs.debian.org/cgi-bin/bugreport.cgi?bug='$f'&mbox=yes'
done
