mirror of
https://we.phorge.it/source/arcanist.git
synced 2024-11-09 00:12:40 +01:00
9 lines
205 B
PHP
9 lines
205 B
PHP
|
#!/usr/bin/env php
|
||
|
<?php
|
||
|
|
||
|
$arcanist_root = dirname(dirname(dirname(dirname(__FILE__))));
|
||
|
require_once $arcanist_root.'/support/init/init-script.php';
|
||
|
|
||
|
echo PhutilXHPASTBinary::EXPECTED_VERSION;
|
||
|
echo "\n";
|