Skip to content

Instantly share code, notes, and snippets.

@mfgbhatti
mfgbhatti / getwallpapers.sh
Created September 30, 2022 10:33 — forked from giventofly/getwallpapers.sh
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