Skip to content

Instantly share code, notes, and snippets.

@diezguerra
Created October 16, 2014 21:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save diezguerra/21dc5625f681ed5d3216 to your computer and use it in GitHub Desktop.
Save diezguerra/21dc5625f681ed5d3216 to your computer and use it in GitHub Desktop.
Cager
curl "http://www.ardemagazine.com/arde/wp-content/uploads/2014/04/1sNE1eX.jpg" > ~/Downloads/caged.jpg
osascript -e "tell application \"System Events\" to set picture of every desktop to \"~/Downloads/caged.jpg\""
curl "http://i.imgur.com/SynQo.jpg" > ~/Downloads/uncaged.jpg
osascript -e "tell application \"System Events\" to set picture of every desktop to \"~/Downloads/uncaged.jpg\""
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment