summaryrefslogtreecommitdiff
path: root/gemfeed/2023-12-10-bash-golf-part-3.html
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2024-08-25 23:17:19 +0300
committerPaul Buetow <paul@buetow.org>2024-08-25 23:17:19 +0300
commitfd3e1f9b498f7f381d505f875dceaa8b9878f756 (patch)
treea963ef58ab938f38e90a8710f5e374f86c46d7c9 /gemfeed/2023-12-10-bash-golf-part-3.html
parent156b8953794159bcf395bef4f0fea2d28a874356 (diff)
Update content for html
Diffstat (limited to 'gemfeed/2023-12-10-bash-golf-part-3.html')
-rw-r--r--gemfeed/2023-12-10-bash-golf-part-3.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/gemfeed/2023-12-10-bash-golf-part-3.html b/gemfeed/2023-12-10-bash-golf-part-3.html
index 6e2f34d2..f4b32b23 100644
--- a/gemfeed/2023-12-10-bash-golf-part-3.html
+++ b/gemfeed/2023-12-10-bash-golf-part-3.html
@@ -35,7 +35,7 @@ jgs^^^^^^^`^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
<li>⇢ <a href='#dynamic-variables-with-local'>Dynamic variables with <span class='inlinecode'>local</span></a></li>
<li>⇢ <a href='#if-conditionals'><span class='inlinecode'>if</span> conditionals</a></li>
<li>⇢ <a href='#multi-line-comments'>Multi-line comments</a></li>
-<li>⇢ <a href='#dont-change-it-while-its-executed'>Don&#39;t change it while it&#39;s executed</a></li>
+<li>⇢ <a href='#don-t-change-it-while-it-s-executed'>Don&#39;t change it while it&#39;s executed</a></li>
</ul><br />
<h2 style='display: inline' id='introduction'>Introduction</h2><br />
<br />
@@ -382,7 +382,7 @@ http://www.gnu.org/software/src-highlite -->
<br />
<span>I will not demonstrate the execution of this script, as it won&#39;t print anything! It&#39;s obviously not the most pretty way of commenting on your code, but it could sometimes be handy!</span><br />
<br />
-<h2 style='display: inline' id='dont-change-it-while-its-executed'>Don&#39;t change it while it&#39;s executed</h2><br />
+<h2 style='display: inline' id='don-t-change-it-while-it-s-executed'>Don&#39;t change it while it&#39;s executed</h2><br />
<br />
<span>Consider this script:</span><br />
<br />