mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-02 03:49:37 +00:00
001a0b714c
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...