From cd26474a9710a5a2685a0342075eaa6be6b2c5e8 Mon Sep 17 00:00:00 2001 From: cflores Date: Tue, 30 Sep 2014 12:07:56 -0700 Subject: [PATCH] Add GOOG's shell style guide Really good resource and guide used by many shops. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6501f6c..6b81334 100644 --- a/README.md +++ b/README.md @@ -117,6 +117,7 @@ A curated list of awesome command-line frameworks, toolkits, guides and gizmos. * [The Linux Documentation Project: Advanced Bash Scripting Guide](http://www.tldp.org/LDP/abs/html/) * [WikiBooks: Bash Shell Scripting](http://en.wikibooks.org/wiki/Bash_Shell_Scripting) * [Use the Unofficial Bash Strict Mode (Unless You Looove Debugging)](http://redsymbol.net/articles/unofficial-bash-strict-mode/) +* [Google's Shell Style Guide](https://google-styleguide.googlecode.com/svn/trunk/shell.xml) # Other Awesome Lists Other amazingly awesome lists can be found in [awesome-awesome](https://github.com/emijrp/awesome-awesome) and [awesome-awesomeness](https://github.com/bayandin/awesome-awesomeness).