mirror of
https://we.phorge.it/source/arcanist.git
synced 2024-11-10 00:42:40 +01:00
7 lines
126 B
PHP
7 lines
126 B
PHP
|
<?php
|
||
|
|
||
|
require_once dirname(__FILE__).'/init-script.php';
|
||
|
|
||
|
$runtime = new ArcanistRuntime();
|
||
|
return $runtime->execute($argv);
|