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!