From a060115f62061039758dd3cadae97889c4eadb1b Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Mon, 26 Aug 2024 23:07:43 +0300 Subject: Update content for html --- gemfeed/2021-05-16-personal-bash-coding-style-guide.html | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) (limited to 'gemfeed/2021-05-16-personal-bash-coding-style-guide.html') diff --git a/gemfeed/2021-05-16-personal-bash-coding-style-guide.html b/gemfeed/2021-05-16-personal-bash-coding-style-guide.html index d9eddf4e..b9d1b46c 100644 --- a/gemfeed/2021-05-16-personal-bash-coding-style-guide.html +++ b/gemfeed/2021-05-16-personal-bash-coding-style-guide.html @@ -12,6 +12,10 @@
Published at 2021-05-16T14:51:57+01:00

+Lately, I have been polishing and writing a lot of Bash code. Not that I never wrote a lot of Bash, but now as I also looked through the Google Shell Style Guide, I thought it is time also to write my thoughts on that. I agree with that guide in most, but not in all points.
+
+Google Shell Style Guide
+
    .---------------------------.
   /,--..---..---..---..---..--. `.
@@ -29,7 +33,6 @@
 

-

Introduction


-
-Lately, I have been polishing and writing a lot of Bash code. Not that I never wrote a lot of Bash, but now as I also looked through the Google Shell Style Guide, I thought it is time also to write my thoughts on that. I agree with that guide in most, but not in all points.
-
-Google Shell Style Guide
-

My modifications



These are my modifications to the Google Guide.
-- cgit v1.2.3