mirror of
https://github.com/boostorg/boost-tasks.git
synced 2026-01-31 08:02:10 +00:00
9 lines
156 B
PHP
Executable File
9 lines
156 B
PHP
Executable File
#!/usr/bin/env php
|
|
<?php
|
|
|
|
require_once(__DIR__.'/vendor/autoload.php');
|
|
CommandLineOptions::cron_job();
|
|
|
|
$report = new PullRequestReport();
|
|
$report->run();
|