1
0
mirror of https://github.com/danog/PHP-Parser.git synced 2024-11-26 20:04:48 +01:00

Added php shebang

This commit is contained in:
Hugo Fonseca 2015-02-14 18:30:25 +00:00 committed by Nikita Popov
parent 53eac36a3f
commit e3bc5b564d

1
bin/php-parse.php Normal file → Executable file
View File

@ -1,3 +1,4 @@
#!/usr/bin/env php
<?php <?php
require __DIR__ . '/../lib/bootstrap.php'; require __DIR__ . '/../lib/bootstrap.php';