Skip to content

The tool takes all iso files in the current directory, creates aptly named folder, md5sums, places files in new directory, and create a list including URLs for easy curl/wget!

Notifications You must be signed in to change notification settings

312-ninja/iso-proc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 

Repository files navigation

iso-proc

This tool takes all ISOs in the working directory and creates aptly named folder, creates md5sums for each ISO, places files in new directory, and creates a list including URLs for easy curl/wget!

Mini ISO's do not include SATA/SAS disk firmware

Intended batch use:

download all isos (parallel)

    curl $YourURL/list.txt|parallel -j 5 --gnu "wget {}"

download all isos (one at a time)

    wget -i $YourURL/list.txt

About

The tool takes all iso files in the current directory, creates aptly named folder, md5sums, places files in new directory, and create a list including URLs for easy curl/wget!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages