Created
October 7, 2014 14:07
-
-
Save henricavalcante/ed34d8b0a414189e0b58 to your computer and use it in GitHub Desktop.
Shell Script Utils
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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