From e2c4aa22a7bb8740f5fa233bfb401561a4e69e02 Mon Sep 17 00:00:00 2001 From: zleyyij Date: Thu, 30 May 2024 17:50:46 -0600 Subject: [PATCH] vault backup: 2024-05-30 17:50:46 --- IT/Scripting.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/IT/Scripting.md b/IT/Scripting.md index bf6a0ac..4afab8a 100644 --- a/IT/Scripting.md +++ b/IT/Scripting.md @@ -17,4 +17,7 @@ In bash, variable assignment is done with the `=` operator. Variables are conven # Assignment is done with the equal sign (=) operator: MY_VARIABLE="Hi Mom!" echo $MY_VARIABLE -``` \ No newline at end of file +``` + + +## Operators