mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-12 18:50:08 +00:00
![mccabe](/assets/img/avatar_default.png)
Added support in the javascript shell for the #! unix script hack; if the first line read by the shell (from a file, not interactive) starts with #, the line is treated as a comment. This should make #!/usr/bin/js work...