Multiline shebang: Difference between revisions

m
added whitespace before the TOC.
m (added whitespace before the TOC.)
Line 1:
{{draft task|Basic language learning}}
 
Simple shebangs can help with scripting, e.g., <code>#!/usr/bin/env python</code> at the top of a Python script will allow it to be run in a terminal as "<code>./script.py</code>".
 
Line 10 ⟶ 11:
;See also
* [[Native shebang]] - where the "program loaded" is ''of'' the actual native task language.
<br><br>
 
=={{header|Ada}}==