🌱 Batch download urls from a list of files

List of page urls

curl $(printf '-O %s' $(<urls.txt))

List of image urls

curl $( sed 's|^|-O --url |' download-me.txt )
Made by Brandon . If you find this project useful you can donate.