Skip to content

Instantly share code, notes, and snippets.

@MrThreat
Created October 13, 2017 21:18
Show Gist options
  • Save MrThreat/10f57b39a0b88b1d32f88563bb992f29 to your computer and use it in GitHub Desktop.
Save MrThreat/10f57b39a0b88b1d32f88563bb992f29 to your computer and use it in GitHub Desktop.
Download a list of files |loop
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