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. +