# Global variables
SHELL=/bin/bash
PATH=/sbin:/bin:/usr/sbin:/usr/bin
MAILTO=root
HOME=/

# check scripts in cron.hourly, cron.daily, cron.weekly and cron.monthly

*/10 * * * * 	root	/scripts/wx/getWxAlert
10 */4 * * *    root    /scripts/wx/getWxFor
5 * * * *    root    /scripts/wx/getWxRpt

