mirror of
https://github.com/boostorg/boost-tasks.git
synced 2026-02-01 08:22:13 +00:00
9 lines
152 B
PHP
Executable File
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();
|