Bash function to save all images from a URL in the current directory, takes a URL as param.
Saved it as a bash function so that i don't have to worry about remembering the params for wget
.
-nd
no directories (save all files to the current directory; -P directory changes the target directory)-r
-l 2: recursive level 2-A
accepted extensions-H
span hosts (wget doesn't download files from different domains or subdomains by default)