d6d9955136
A shebang allow a script to be run as an executable on UNIX systems. PHP allows shebangs, but Hack does not. This changeset allows Hack to have shebangs like in PHP.
4 linhas
72 B
PHP
4 linhas
72 B
PHP
#!/usr/bin/env hhvm
|
|
<?hh
|
|
echo "Hashbang/shebang allowed before <?hh\n";
|