Script to curl a list of files
#!/bin/bash
if [ ! -d ./dayofpeace ] ; then
mkdir ./dayofpeace
fi
while read inf
do curl "http://URL/path/$inf" > "$inf"
done << EOF
dayofpeace/00612.tif
dayofpeace/00613.tif
dayofpeace/00614.tif
dayofpeace/00615.tif