Skip to content

Instantly share code, notes, and snippets.

@mfgbhatti
Forked from giventofly/getwallpapers.sh
Created September 30, 2022 10:33
Show Gist options
  • Select an option

  • Save mfgbhatti/37e6d613016184dee36c26a247cd106e to your computer and use it in GitHub Desktop.

Select an option

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