#!/bin/sh # # Author: Brian Hilstrom # Date: April 5, 2004 # # uv-sun.cron downloads the latest ultraviolet picture of the sun from # umbra.nascom.nasa.gov and sets it as the fluxbox background # # uses lynx and fbsetbg, makes a backup copy of the .gif cp /usr/share/commonbox/backgrounds/latest_eit_171_full.gif /usr/share/commonbox/backgrounds/latest_eit_171_full.gif.BAK lynx -dump http://umbra.nascom.nasa.gov/eit/images/latest_eit_171_full.gif > /usr/share/commonbox/backgrounds/latest_eit_171_full.gif fbsetbg -c /usr/share/commonbox/backgrounds/latest_eit_171_full.gif