Skip to content

Instantly share code, notes, and snippets.

@jhartlep
jhartlep / apod.sh
Created April 25, 2022 16:18 — forked from schallis/apod.sh
Automatically download NASA Astronomy Pictures of the Day
# Download the latest pic of the day from NASA and delete or archive any
# previous ones in a specified directory. Optionally create a copy of the most
# current picture to allow OSX to pick up pictures as wallpapers
#
# Steve Challis 2011
# http://schallis.com/2011/mar/20/nasa-astronomy-picture-of-the-day-background/
DEST=`dirname $0`
NAME='img.jpg'
NAME_COPY='imgcopy.jpg'