summaryrefslogtreecommitdiff
path: root/gemfeed/2021-05-16-personal-bash-coding-style-guide.html
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2022-08-28 10:05:54 +0100
committerPaul Buetow <paul@buetow.org>2022-08-28 10:05:54 +0100
commitc1a925e771c21b2e8896634d199d257d9cf1c74d (patch)
tree6999e52fc165a3c5fcb363f3929d352ef9aa7208 /gemfeed/2021-05-16-personal-bash-coding-style-guide.html
parent29f75a28d90c929226cecc08d50824be3628e51d (diff)
Update content for html
Diffstat (limited to 'gemfeed/2021-05-16-personal-bash-coding-style-guide.html')
-rw-r--r--gemfeed/2021-05-16-personal-bash-coding-style-guide.html4
1 files changed, 2 insertions, 2 deletions
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 a21a2f1b..cec17fcf 100644
--- a/gemfeed/2021-05-16-personal-bash-coding-style-guide.html
+++ b/gemfeed/2021-05-16-personal-bash-coding-style-guide.html
@@ -9,6 +9,7 @@
</head>
<body>
<h1>Personal Bash coding style guide</h1>
+<p class="quote"><i>Published by Paul at 2021-05-16</i></p>
<pre>
.---------------------------.
/,--..---..---..---..---..--. `.
@@ -21,7 +22,6 @@
// \\ // \\ |===|| hjw
"\__/"---------------"\__/"-+---+'
</pre><br />
-<p class="quote"><i>Published by Paul at 2021-05-16</i></p>
<p>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. </p>
<a class="textlink" href="https://google.github.io/styleguide/shellguide.html">Google Shell Style Guide</a><br />
<h2>My modifications</h2>
@@ -300,7 +300,7 @@ fi
<h2>Advanced Bash learning pro tip</h2>
<p>I also highly recommend having a read through the "Advanced Bash-Scripting Guide" (not from Google). I use it as the universal Bash reference and learn something new every time I look at it.</p>
<a class="textlink" href="https://tldp.org/LDP/abs/html/">Advanced Bash-Scripting Guide</a><br />
-<p>E-Mail me your comments to paul at buetow dot org!</p>
+<p>E-Mail me your comments to paul at buetow dot org! :-)</p>
<a class="textlink" href="../">Go back to the main site</a><br />
<p class="footer">
Generated with <a href="https://codeberg.org/snonux/gemtexter">Gemtexter</a> |