#!/bin/bash #display needed so gtk app can work from cron export DISPLAY=:0.0 cd /home/users/ lynx -dump gaim.sourceforge.net > gaim2 cmp -s gaim2 gaim if [ $? != 0 ] then mv gaim2 gaim -f /home/quel/web_updates/Site_Update "Gaim Site Updated" fi #just duplicate the lynx, cmp, if, then, fi for each site you want to check