From ca7bd4c14a5309b69500ea684fed36824c58b6a3 Mon Sep 17 00:00:00 2001 From: wileyhy <84648683+wileyhy@users.noreply.github.com> Date: Sat, 5 Oct 2024 23:14:21 -0700 Subject: [PATCH] Added x4 links in "Related Resources" regarding shebangs. --- SC1008.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/SC1008.md b/SC1008.md index 67f2702..3c3b69b 100644 --- a/SC1008.md +++ b/SC1008.md @@ -27,6 +27,11 @@ If this is a script in some other language, like `#!/bin/sed` for a `sed` script None. -### Related resources: +### Related Resources: -* Help by adding links to BashFAQ, StackOverflow, man pages, POSIX, etc! \ No newline at end of file +https://www.gnu.org/software/bash/manual/html_node/Shell-Scripts.html +https://mywiki.wooledge.org/BashProgramming?highlight=%28shebang%29#Shebang +https://www.gnu.org/software/gawk/manual/html_node/Executable-Scripts.html +https://mywiki.wooledge.org/BashPitfalls#On_UTF-8_and_Byte-Order_Marks_.28BOM.29 + +* Help by adding links to BashFAQ, StackOverflow, man pages, POSIX, etc!