Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save juliushaertl/e05eb309afde43ab639c9d377f75e1b5 to your computer and use it in GitHub Desktop.
Save juliushaertl/e05eb309afde43ab639c9d377f75e1b5 to your computer and use it in GitHub Desktop.
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