#!/usr/bin/awk -f # download.awk { system("wget -c '" $1 "' -O '" $2 "'") }