From 9bdbc4da232e78fd961dd6853c003bebf9640f61 Mon Sep 17 00:00:00 2001 From: zleyyij Date: Thu, 30 May 2024 17:47:46 -0600 Subject: [PATCH] vault backup: 2024-05-30 17:47:46 --- IT/Scripting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IT/Scripting.md b/IT/Scripting.md index a39f5d7..60a5b90 100644 --- a/IT/Scripting.md +++ b/IT/Scripting.md @@ -10,4 +10,4 @@ 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. ## Variables -In bash, variable assignment is done with the `=` operat \ No newline at end of file +In bash, variable assignment is done with the `=` operator. Variables are conventionally named with `SCREAMING_SNAKE_CASE`, and can be accessed by prefixing the variable name with a dollar sign () \ No newline at end of file