-
-
Save mfgbhatti/37e6d613016184dee36c26a247cd106e 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