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