Skip to content

Instantly share code, notes, and snippets.

Embed
What would you like to do?
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