Multiline shebang: Difference between revisions

Content added Content deleted
No edit summary
No edit summary
Line 7: Line 7:


=={{header|Chicken Scheme}}==
=={{header|Chicken Scheme}}==
The script name is passwed once to the Chicken Scheme Interpreter and once to be picked up in args.
#| ... |# provides just the right environment for the multiline shebang. Here, the script name is passed once to the Chicken Scheme Interpreter and once to be picked up in args.


<lang scheme>#!/bin/bash
<lang scheme>#!/bin/bash