From 0f5a77c6b5e008985ad278023fb90f3dc59111f8 Mon Sep 17 00:00:00 2001 From: Aroy-Art Date: Fri, 24 Feb 2023 09:56:03 +0100 Subject: [PATCH] Add: sh to shebang to table --- content/blog/2022-05-25-shebang-#!-tutorial-in-linux.md | 1 + 1 file changed, 1 insertion(+) 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 |