Created
July 27, 2018 21:10
-
-
Save juliusknorr/e05eb309afde43ab639c9d377f75e1b5 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
for i in `seq 1 100`; do wget https://picsum.photos/3000/2000/?random -O $i.jpg; done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment