Multiline shebang: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 4:
Occasionally, a more complex shebang line is needed. For example, some languages do not include the program name in ARGV; a multiline shebang can reorder the arguments so that the program name is included in ARGV.
 
The syntax for a multiline shebang is complicated. YouThe needshebang tolines simultaneouslymust commentbe thesimultaneously shebangscommented away from the main language and reveal them uncommentedrevealed to Bash so that the shebangsthey can be executed.
 
=={{header|Chicken Scheme}}==
Anonymous user