Skip to content

Instantly share code, notes, and snippets.

@idkjs
Forked from danylokos/aria2c.md
Created February 12, 2021 11:49
Show Gist options
  • Save idkjs/63baaab1c656ac0f19f65e90d723fbda to your computer and use it in GitHub Desktop.
Save idkjs/63baaab1c656ac0f19f65e90d723fbda to your computer and use it in GitHub Desktop.
aria2c multithread download
aria2c \
-x 16 \
-s 16 \
--load-cookies=cookies.txt \
https://download.developer.apple.com/Developer_Tools/Xcode_10.3/Xcode_10.3.xip
@idkjs
Copy link
Author

idkjs commented Feb 12, 2021

#!/bin/sh
aria2c
-x 16
-s 16
--load-cookies=cookies.txt
https://download.developer.apple.com/Developer_Tools/Xcode_11.7/Xcode_11.7.xip

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment