Created
October 26, 2019 15:50
-
-
Save giventofly/5c191bdec45a4ca9f99e74416501dba8 to your computer and use it in GitHub Desktop.
wget unsplash wallpapers
This file contains hidden or 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
#!/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