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