From 10c417586cafae8076271f67c3ae6def27ae9fef Mon Sep 17 00:00:00 2001 From: Jake Zimmerman Date: Tue, 4 Jun 2019 22:22:24 -0700 Subject: [PATCH] Link to Google's Bash Style guide --- SC2237.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/SC2237.md b/SC2237.md index 510bd00..4174572 100644 --- a/SC2237.md +++ b/SC2237.md @@ -34,4 +34,7 @@ This is a stylistic issue that does not affect correctness. If you prefer the or ### Related resources: -* Help by adding links to BashFAQ, StackOverflow, man pages, POSIX, etc! \ No newline at end of file +* [Google Bash Style Guide][google-bash] on Testing Strings +* Help by adding links to BashFAQ, StackOverflow, man pages, POSIX, etc! + +[google-bash]: https://google.github.io/styleguide/shell.xml?showone=Testing_Strings#Testing_Strings \ No newline at end of file