From 4b336dca708504240ed60f2934328b9ef37bd725 Mon Sep 17 00:00:00 2001 From: zleyyij Date: Thu, 30 May 2024 17:45:46 -0600 Subject: [PATCH] vault backup: 2024-05-30 17:45:46 --- IT/Scripting.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/IT/Scripting.md b/IT/Scripting.md index 0ddc012..86bcb42 100644 --- a/IT/Scripting.md +++ b/IT/Scripting.md @@ -7,4 +7,5 @@ There are various shells with their own language syntax (`sh`, `bash`, `fish`, e #!/bin/sh echo "Hello, World!" ``` -`#!/bin/sh` means that this script can be executed by the binary located at `/bin/sh`, and so the reader knows this is a `sh`(ell) script. \ No newline at end of file +`#!/bin/sh` means that this script can be executed by the binary located at `/bin/sh`, and so the reader knows this is a `sh`(ell) script. +