Skip to content

Instantly share code, notes, and snippets.

@henricavalcante
Created October 7, 2014 14:07
Show Gist options
  • Save henricavalcante/ed34d8b0a414189e0b58 to your computer and use it in GitHub Desktop.
Save henricavalcante/ed34d8b0a414189e0b58 to your computer and use it in GitHub Desktop.
Shell Script Utils
#download all links in text file
for i in `cat /testcurl.txt` ; do curl -O $i ; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment