Skip to content

Instantly share code, notes, and snippets.

@netstx
Forked from giventofly/getwallpapers.sh
Created December 4, 2020 05:05
Show Gist options
  • Save netstx/f852e6761ee8a98ccdf8a0f6795bff2d to your computer and use it in GitHub Desktop.
Save netstx/f852e6761ee8a98ccdf8a0f6795bff2d 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