From 6434f9be6c24f200d13a6756103f158d9873de7d Mon Sep 17 00:00:00 2001 From: zleyyij Date: Thu, 30 May 2024 17:52:46 -0600 Subject: [PATCH] vault backup: 2024-05-30 17:52:46 --- IT/Scripting.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/IT/Scripting.md b/IT/Scripting.md index 9e89959..848c14a 100644 --- a/IT/Scripting.md +++ b/IT/Scripting.md @@ -19,8 +19,12 @@ MY_VARIABLE="Hi Mom!" echo $MY_VARIABLE ``` +## Quotes +In Bash, different styles of quotes mean different things: + ## Commands -| Command | Description | -| ------------- | ---------------------------------------------------- | -| `exit [CODE]` | Make the script process exit with exit code `[CODE]` | \ No newline at end of file +| Command | Description | +| ------------- | ---------------------------------------------------------------------------------------------- | +| `exit [CODE]` | Make the script process exit, where `[CODE]` is the exit code the process will terminate with. | +| | | \ No newline at end of file