Files
boost-tasks/cron-pull-request-report
Daniel James bc29af3f9e Only use the log file for the cron jobs.
Really need to work on the logging, but it works well enough for now.
2015-10-10 12:31:53 +01:00

9 lines
152 B
PHP
Executable File

#!/usr/bin/php
<?php
require_once(__DIR__.'/vendor/autoload.php');
CommandLineOptions::cron_job();
$report = new PullRequestReport();
$report->run();