Difference between revisions of "Shebang (Unix)"

From wikieduonline
Jump to navigation Jump to search
(Created page with "wikipedia:shebang (Unix)")
 
 
(14 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 
[[wikipedia:shebang (Unix)]]
 
[[wikipedia:shebang (Unix)]]
 +
 +
 +
#!/bin/[[bash]]
 +
 +
#!/usr/bin/[[env]] [[python3]]
 +
 +
#![[/usr/bin/env ansible-playbook]]
 +
 +
#!/usr/bin/env bash
 +
 +
 +
== Related ==
 +
* <code>[[print]]</code>
 +
* <code>[[pre-commit]]: - id: check-executables-have-shebangs</code>
 +
* <code><?[[php]] echo "hello world!" ?></code>
 +
 +
== See also ==
 +
* {{env}}
 +
* {{Bash}}
 +
 +
 +
[[Category:Linux]]

Latest revision as of 18:01, 22 February 2024

Advertising: