Multiline shebang: Difference between revisions

Content deleted Content added
Added PicoLisp
m omit c
Line 120: Line 120:
exec tclsh "$0" ${1+"$@"}</lang>
exec tclsh "$0" ${1+"$@"}</lang>
Additional complexity can be added so long as the lines for the shell are commented in a Tcl sense.
Additional complexity can be added so long as the lines for the shell are commented in a Tcl sense.

{{omit|C|shewhat?}}