download.sh using axel for downloading splitted files

being inside a network that has download limits, i tend to use RapidLeech to bypass the limit by downloading files into the server and split the downloaded files into smaller pieces that is within the download limit of my internet connection inside this network.

normally i would manually type a for loop to download these splitted files using axel -n 100 but as i continue my downloading activities, typing the for loop becomes time consuming so i decided to write up a simple download script using bash that automates the entire process.

the script can be found here

kudos to Kagesenshi, virus_abnormal, m0d0 and linuxforums :)

Comments

Popular Posts