#! /bin/sh set -e cd $(dirname $0)/static while read url; do wget -c $url done <