diff options
| author | Paul Buetow <paul@buetow.org> | 2024-08-26 23:07:44 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2024-08-26 23:07:44 +0300 |
| commit | fa3426b5d9ac9eeccaea3aa7e4eb44e1fa2eab65 (patch) | |
| tree | f391aa531e8837ffe3ef0601d2a3aa8135c9fcca /gemfeed/2021-05-16-personal-bash-coding-style-guide.gmi | |
| parent | 87d2c5cdd30fbed688eeac23e173398e95edda10 (diff) | |
Update content for gemtext
Diffstat (limited to 'gemfeed/2021-05-16-personal-bash-coding-style-guide.gmi')
| -rw-r--r-- | gemfeed/2021-05-16-personal-bash-coding-style-guide.gmi | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/gemfeed/2021-05-16-personal-bash-coding-style-guide.gmi b/gemfeed/2021-05-16-personal-bash-coding-style-guide.gmi index 1765f71d..126c0ec5 100644 --- a/gemfeed/2021-05-16-personal-bash-coding-style-guide.gmi +++ b/gemfeed/2021-05-16-personal-bash-coding-style-guide.gmi @@ -2,6 +2,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. + +=> https://google.github.io/styleguide/shellguide.html Google Shell Style Guide + ``` .---------------------------. /,--..---..---..---..---..--. `. @@ -18,7 +22,6 @@ ## Table of Contents * ⇢ Personal Bash coding style guide -* ⇢ ⇢ Introduction * ⇢ ⇢ My modifications * ⇢ ⇢ ⇢ Shebang * ⇢ ⇢ ⇢ Two space soft-tabs indentation @@ -37,12 +40,6 @@ * ⇢ ⇢ Use common sense and BE CONSISTENT. * ⇢ ⇢ Advanced Bash learning pro tip -## 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. - -=> https://google.github.io/styleguide/shellguide.html Google Shell Style Guide - ## My modifications These are my modifications to the Google Guide. |
