#!/bin/sh

for i in `cat google.out`; do
	wget -r -t 3 -l 1 -np $i
done

# for i in `ls *.sig`; do echo `basename  $i .sig `; done
