Help for this page
#!/bin/bash #assume we call this program /bin/cruise_control ... make ${ARGS} 2> $error_file || { cat $error_file | /bin/mail -s "project build error" you@yout.com }
01 * * * Mon-Fri root /usr/bin/screen -mdS cruise_control /bin/cruise_ +control