The Cron directory holds scripts that can be used to run 
jobs periodically on *nix systems. 

Just add an entry in the cron table to run the ice.sh script, 
and all the scripts in this directory will be taken care of. 

For example, if you add: 

5 5 * * * cd $ICEHOME/Cron && ./ice.sh

This will run all the scripts in the Cron directory, every day, at 5:05 am. 



If users want to add their own scripts, just add the script to the Cron directory and
add an entry in the ice.sh for this script.
