Help for this page

Select Code to Download


  1. or download this
    #!/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
    }
    
  2. or download this
    01 * * * Mon-Fri root /usr/bin/screen -mdS cruise_control /bin/cruise_
    +control