Skip to content

Instantly share code, notes, and snippets.

View taylorbyte's full-sized avatar

Brenton taylorbyte

View GitHub Profile
@taylorbyte
taylorbyte / earthporn.sh
Last active March 27, 2016 17:20 — forked from robotamer/earthporn.sh
Randomly picks one of the amazing photos at http://imgur.com/r/earthporn
#!/bin/bash
# Usage: earthporn [+format] [-time] [logfile]
# Dependencies: bash, wget, mktemp... and well, date and sleep
imgfile=~/.earthporn
# Help and version functions
help () {
echo "Randomly picks one of the amazing photos at http://imgur.com/r/earthporn"
echo "and sets it as the background image."