From d287d1779b88f62ea6d0f14bcf8428367795c859 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lawrence=20Vel=C3=A1zquez?= Date: Fri, 8 Mar 2024 01:40:24 -0500 Subject: [PATCH] Added links to Greg's Wiki --- SC3014.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/SC3014.md b/SC3014.md index 0711c6c..a5e2aba 100644 --- a/SC3014.md +++ b/SC3014.md @@ -38,4 +38,6 @@ warnings. ### Related resources: -* Help by adding links to BashFAQ, StackOverflow, man pages, POSIX, etc! +* Greg's Wiki + * [Bash Pitfall #20: `[ bar == "$foo" ]`](https://mywiki.wooledge.org/BashPitfalls#pf20) + * [Bashism - Conditionals](https://mywiki.wooledge.org/Bashism#Conditionals)