8 # month 1-12 (or names, see below)
9 # day of week 0-7 (0 or 7 is Sun, or use names)
11 */2 * * * * ruby ~/rubinius/tools/cluster_test/ci_cron.rb ~/ci
12 */15 * * * * cd ~/rubinius; /usr/bin/rake git:pull &> /dev/null
13 */15 * * * * crontab ~/rubinius/tools/cluster_test/crontab
15 # always have a blank line at the end... cron sucks