From 8dd89a8292fed6e05b36a8dc19aa51dab0b09705 Mon Sep 17 00:00:00 2001 From: Wojciech Sciesinski Date: Thu, 28 Feb 2019 14:23:45 +0100 Subject: [PATCH] Add Shell Style Guide - signed-off-by: Wojciech Sciesinski --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3f2a7e6..4cc2e76 100644 --- a/README.md +++ b/README.md @@ -572,6 +572,7 @@ performance of any of your sites from across the globe.
  :small_orange_diamond: The Bash Hackers Wiki - hold documentation of any kind about GNU Bash.
  :small_orange_diamond: Shell & Utilities - describes the commands and utilities offered to application programs by POSIX-conformant systems.
  :small_orange_diamond: the-art-of-command-line - master the command line, in one page.
+  :small_orange_diamond: Shell Style Guide - a shell style guide for Google-originated open-source projects.

##### :black_small_square: Python