diff --git a/content/blog/2022-05-25-shebang-#!-tutorial-in-linux.md b/content/blog/2022-05-25-shebang-#!-tutorial-in-linux.md index 1caffb8..5c1e195 100644 --- a/content/blog/2022-05-25-shebang-#!-tutorial-in-linux.md +++ b/content/blog/2022-05-25-shebang-#!-tutorial-in-linux.md @@ -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 |