Add: sh to shebang to table

This commit is contained in:
Aroy-Art 2023-02-24 09:56:03 +01:00
parent 01444f20f2
commit 0f5a77c6b5
Signed by: Aroy
GPG key ID: 583642324A1D2070

View file

@ -39,6 +39,7 @@ The shebang has the following syntax where the interpreter executable file path
|Type / Language | Syntax |
|----------------|--------------------|
| Sh | #!/bin/sh |
| Bash | #!/bin/bash |
| ZSH | #!/bin/zsh |
| Python 3 | #!/bin/python3 |