From 4d1d9a925cff03b9de70fc051d7712918631b764 Mon Sep 17 00:00:00 2001 From: wileyhy <84648683+wileyhy@users.noreply.github.com> Date: Mon, 12 Jun 2023 09:28:16 -0700 Subject: [PATCH] Related resources section, added reference to BashFaq "Practices" page --- SC2016.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/SC2016.md b/SC2016.md index 899d018..630e023 100644 --- a/SC2016.md +++ b/SC2016.md @@ -53,4 +53,5 @@ ShellCheck tries to increase the signal-to-noise ratio of this warning by ignori ### Related resources: -* StackOverflow: [How do I use variables in single quoted strings?](https://stackoverflow.com/questions/21192420/how-do-i-use-variables-in-single-quoted-strings) \ No newline at end of file +* StackOverflow: [How do I use variables in single quoted strings?](https://stackoverflow.com/questions/21192420/how-do-i-use-variables-in-single-quoted-strings) +* BashFAQ: [Practices](https://mywiki.wooledge.org/BashGuide/Practices) \ No newline at end of file