Created
December 28, 2016 11:06
-
-
Save worldadventurer/a819c487a4ffc019059f3c623d243d7e to your computer and use it in GitHub Desktop.
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
# Tested on Centos 6 x64 | |
echo This compiles and installs axel on your system | |
echo axel is a multi-threaded downloader | |
read -rsp $'Press any key to continue OR CTRL-c to QUIT ...\n' -n1 key | |
# | |
cd | |
git clone https://github.com/FiloSottile/axel.git | |
cd axel | |
./configure && make && make install | |
#Finished | |
echo . | |
echo Finished. Usage: axel -n 4 http://URL/to/file |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment