mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-03-06 00:31:27 +00:00

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...