From 7dbb8650fe4028b07a7671e05135d2ad42b607d5 Mon Sep 17 00:00:00 2001 From: wileyhy <84648683+wileyhy@users.noreply.github.com> Date: Sat, 5 Oct 2024 22:31:41 -0700 Subject: [PATCH] Added a "Related Resources" section with link to GNU manual node on Shell Parameters --- SC1007.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/SC1007.md b/SC1007.md index d5ee5e4..4b4fa21 100644 --- a/SC1007.md +++ b/SC1007.md @@ -34,3 +34,6 @@ Since trying to assign values this way is a common mistake, ShellCheck warns abo ### Exceptions If you're familiar with this behavior and feel that the explicit version is unnecessary, you can [[ignore]] it. + +### Related Resources: +https://www.gnu.org/software/bash/manual/html_node/Shell-Parameters.html