# Crontab entry to run WebSitter on a regular basis
# This tab will run WebSitter at 7:00AM every day of every month
#min hour day-of-month month day-of-week	script
0     7       *          *       *		$HOME/bin/WebSitter.sh
