gitlab-com-adeattwood-pgrep/bin/build-phar
2018-03-26 20:13:25 +01:00

10 lines
131 B
PHP
Executable file

#!/usr/bin/env php
<?php
require __DIR__.'/bootstrap.php';
use pgrep\Compiler;
$compiler = new Compiler;
$compiler->compile();