From 0db37cac5d3e424375392342619d276ad5321f36 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lawrence=20Vel=C3=A1zquez?= Date: Fri, 8 Mar 2024 01:43:55 -0500 Subject: [PATCH] Added link to Greg's Wiki --- SC3012.md | 1 + 1 file changed, 1 insertion(+) diff --git a/SC3012.md b/SC3012.md index 0d85c78..42f388c 100644 --- a/SC3012.md +++ b/SC3012.md @@ -40,4 +40,5 @@ If you know your `sh` will be e.g. `dash`, consider explicitly using `#!/bin/das ### Related resources: +* [Greg's Wiki - Bashism - Conditionals](https://mywiki.wooledge.org/Bashism#Conditionals) * POSIX: [test](https://pubs.opengroup.org/onlinepubs/9699919799/utilities/test.html#tag_20_128), [expr](https://pubs.opengroup.org/onlinepubs/9699919799/utilities/expr.html)