Skip to content

Instantly share code, notes, and snippets.

@bkj
Created June 20, 2018 17:19
Show Gist options
  • Save bkj/612f9dc24e9560f948135b9a468ef6db to your computer and use it in GitHub Desktop.
Save bkj/612f9dc24e9560f948135b9a468ef6db to your computer and use it in GitHub Desktop.
aria.sh
#!/bin/bash
cat urls | shuf > tmp
cat tmp | paste - tmp | sed 's@\thttp://@\n\tout=dest/@' > aria-urls
cat aria-urls | aria2c -j8 --deferred-input --auto-file-renaming=false -i -
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment