mirror of
https://github.com/Aroy-Art/Aroy-Art-Site.git
synced 2024-12-26 17:44:24 +01:00
Add: sh to shebang to table
This commit is contained in:
parent
01444f20f2
commit
0f5a77c6b5
1 changed files with 1 additions and 0 deletions
|
@ -39,6 +39,7 @@ The shebang has the following syntax where the interpreter executable file path
|
||||||
|
|
||||||
|Type / Language | Syntax |
|
|Type / Language | Syntax |
|
||||||
|----------------|--------------------|
|
|----------------|--------------------|
|
||||||
|
| Sh | #!/bin/sh |
|
||||||
| Bash | #!/bin/bash |
|
| Bash | #!/bin/bash |
|
||||||
| ZSH | #!/bin/zsh |
|
| ZSH | #!/bin/zsh |
|
||||||
| Python 3 | #!/bin/python3 |
|
| Python 3 | #!/bin/python3 |
|
||||||
|
|
Loading…
Reference in a new issue