Changeset View
Changeset View
Standalone View
Standalone View
bin/phage
| Property | Old Value | New Value |
|---|---|---|
| File Mode | 120000 | 100755 |
| #!/usr/bin/env php | |||||
| <?php | |||||
| if (function_exists('pcntl_async_signals')) { | |||||
| pcntl_async_signals(true); | |||||
| } else { | |||||
| declare(ticks = 1); | |||||
| } | |||||
| require_once dirname(dirname(__FILE__)).'/scripts/init/init-arcanist.php'; | |||||
| $runtime = new ArcanistRuntime(); | |||||
| return $runtime->execute($argv); | |||||