Created
December 30, 2015 21:21
-
-
Save luiscielak/263b07c78d882dcc3cd3 to your computer and use it in GitHub Desktop.
Download all images from file (images.txt) into a directory (out)
This file contains hidden or 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
wget -P out/ -i images.txt |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment