mirror of
https://we.phorge.it/source/arcanist.git
synced 2024-11-22 23:02:41 +01:00
10 lines
190 B
PHP
10 lines
190 B
PHP
|
#!/usr/bin/env php
|
||
|
<?php
|
||
|
|
||
|
$root = dirname(dirname(dirname(__FILE__)));
|
||
|
require_once $root.'/scripts/init/init-script.php';
|
||
|
|
||
|
PhutilXHPASTBinary::build();
|
||
|
|
||
|
echo pht('Build successful!')."\n";
|