Snippets tagged “posix”
1 snippet uses this tag.
- Should I put #! (shebang) in Python scripts, and what form should it take?Python
You should include a shebang (#!) in Python scripts if you want the script to be directly executable from the command line.