#!/bin/bash cat inpaint.txt | xargs -n 2 -P 5 sh -c 'wget -O "$0" "$1"'