Skip to content

Instantly share code, notes, and snippets.

@ssddanbrown
Created December 6, 2017 16:45
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 ssddanbrown/bfae591310d2e5c2fe864a865c19c49e to your computer and use it in GitHub Desktop.
Save ssddanbrown/bfae591310d2e5c2fe864a865c19c49e to your computer and use it in GitHub Desktop.
Get a set of random unsplash images
#!/bin/bash
for i in {1..40}; do wget https://picsum.photos/600/400/\?random -O "$(ls -l | wc -l).jpg"; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment