I am writing this script in my mac to loop all the urls in temp file and curl each of them and save each of them as different names.
for i in `cat temp`; do e