Last active
January 31, 2022 15:35
-
-
Save drhayes/440b1d3c526c33310b93b5b90634f136 to your computer and use it in GitHub Desktop.
Automatically download the latest Simple Desktop to a backgrounds-stage directory.
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
#! /usr/bin/env bash | |
pushd ~/Dropbox/Pictures/backgrounds-stage | |
http --print b https://feeds.feedburner.com/simpledesktops | tq 'item description' --text | tq 'img' --attr src --squash | head -1 | wget --no-clobber --input-file=- |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uses
tq
, from here: https://github.com/plainas/tq