Created
October 13, 2017 21:18
-
-
Save MrThreat/10f57b39a0b88b1d32f88563bb992f29 to your computer and use it in GitHub Desktop.
Download a list of files |loop
This file contains hidden or 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
while read line; do axel "$line"; done <$1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment