Help for this page

Select Code to Download


  1. or download this
    # Runs the smokebot program on the trunk and mails the results
    0 * * * * smokebot HEAD smokereports@us.com
    
    # Smoke against the branches
    30 * * * * smokebot cp2004-branch smokereports@us.com
    
  2. or download this
    #!/bin/sh
    
    ...
    fi
    
    /home/smoke/tw/Dev/devapache stop >> /home/smoke/smoke.out 2>&1