# Automate the running of the CHS chsftp_main script
# -- this will run at the top and bottom of every hour all M T W Th F
0,30 * * * 1,2,3,4,5 /usr/spool/chsdata/chsftp_main NIZHONI > /dev/null 2>&1
# Automate the changing of the password for BCBSNM FI
# -- this will run on the 1st and 16th of the month at 0800
0 8 1,16 * * /usr/spool/chsdata/chschg_password NIZHONI > /dev/null 2>&1
