Skip to content

Instantly share code, notes, and snippets.

@giventofly
Created October 26, 2019 15:50
Show Gist options
  • Save giventofly/5c191bdec45a4ca9f99e74416501dba8 to your computer and use it in GitHub Desktop.
Save giventofly/5c191bdec45a4ca9f99e74416501dba8 to your computer and use it in GitHub Desktop.
wget unsplash wallpapers
#!/bin/bash
for i in {1..25}; do wget https://source.unsplash.com/featured/1920x1080/\?dogs -O "$(ls -l | wc -l).jpg" && sleep 2; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment