#!/bin/sh
# place in /etc/cron.hourly
#
cd /usr/local/www/htdocs/dm/tivo/weather/
mv -f weather.dat oldweather.dat
./weather.pl > weather.dat && > /usr/local/www/htdocs/fortivo.txt
diff weather.dat oldweather.dat || cp -f weather.dat /usr/local/www/htdocs/fortivo.txt

