bash ./00-generate-urls.sh > ./00-urls.txt mkdir ./03-downloads cd ./03-downloads cat ../00-urls.txt | xargs -P50 -n1 bash ../02-download.sh