Multiline shebang: Difference between revisions

Content deleted Content added
Added Tcl
No edit summary
Line 79:
 
=={{header|Tcl}}==
Note that the binary is tclsh, not tcl.
 
<lang tcl>#!/usr/bin/env tclsh</lang>