From 57e04e2e75027bd83b075d7e18609412f54195c7 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sun, 10 Dec 2023 11:46:23 +0200 Subject: Update content for gemtext --- gemfeed/2023-12-10-bash-golf-part-3.gmi | 2 +- gemfeed/2023-12-10-bash-golf-part-3.gmi.tpl | 2 +- gemfeed/atom.xml | 4 ++-- index.gmi | 2 +- uptime-stats.gmi | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/gemfeed/2023-12-10-bash-golf-part-3.gmi b/gemfeed/2023-12-10-bash-golf-part-3.gmi index d7632b5f..77f4df6a 100644 --- a/gemfeed/2023-12-10-bash-golf-part-3.gmi +++ b/gemfeed/2023-12-10-bash-golf-part-3.gmi @@ -253,7 +253,7 @@ baz foo ``` -What happened? The variable `foo` (declared with `local`) is available in the function it was declared in and in all other functions down the call stack! We can even modify the value of `foo', and the change will be visible up the call stack. It's not a global variable; on the last line, `echo "$foo"` echoes the global variable content. +What happened? The variable `foo` (declared with `local`) is available in the function it was declared in and in all other functions down the call stack! We can even modify the value of `foo`, and the change will be visible up the call stack. It's not a global variable; on the last line, `echo "$foo"` echoes the global variable content. ## `if` conditionals diff --git a/gemfeed/2023-12-10-bash-golf-part-3.gmi.tpl b/gemfeed/2023-12-10-bash-golf-part-3.gmi.tpl index e4aff5d3..e281c427 100644 --- a/gemfeed/2023-12-10-bash-golf-part-3.gmi.tpl +++ b/gemfeed/2023-12-10-bash-golf-part-3.gmi.tpl @@ -251,7 +251,7 @@ baz foo ``` -What happened? The variable `foo` (declared with `local`) is available in the function it was declared in and in all other functions down the call stack! We can even modify the value of `foo', and the change will be visible up the call stack. It's not a global variable; on the last line, `echo "$foo"` echoes the global variable content. +What happened? The variable `foo` (declared with `local`) is available in the function it was declared in and in all other functions down the call stack! We can even modify the value of `foo`, and the change will be visible up the call stack. It's not a global variable; on the last line, `echo "$foo"` echoes the global variable content. ## `if` conditionals diff --git a/gemfeed/atom.xml b/gemfeed/atom.xml index 8867d1d7..2c16b8bb 100644 --- a/gemfeed/atom.xml +++ b/gemfeed/atom.xml @@ -1,6 +1,6 @@ - 2023-12-10T11:37:46+02:00 + 2023-12-10T11:46:05+02:00 foo.zone feed To be in the .zone! @@ -298,7 +298,7 @@ baz foo
-What happened? The variable foo (declared with local) is available in the function it was declared in and in all other functions down the call stack! We can even modify the value of foo', and the change will be visible up the call stack. It's not a global variable; on the last line, echo "$foo"` echoes the global variable content.
+What happened? The variable foo (declared with local) is available in the function it was declared in and in all other functions down the call stack! We can even modify the value of foo, and the change will be visible up the call stack. It's not a global variable; on the last line, echo "$foo" echoes the global variable content.


if conditionals


diff --git a/index.gmi b/index.gmi index 00b58ab5..c4c1d1f7 100644 --- a/index.gmi +++ b/index.gmi @@ -1,6 +1,6 @@ # foo.zone -> This site was generated at 2023-12-10T11:38:24+02:00 by `Gemtexter` +> This site was generated at 2023-12-10T11:46:05+02:00 by `Gemtexter` ``` |\---/| diff --git a/uptime-stats.gmi b/uptime-stats.gmi index 57145ebf..51ed9fd3 100644 --- a/uptime-stats.gmi +++ b/uptime-stats.gmi @@ -1,6 +1,6 @@ # My machine uptime stats -> This site was last updated at 2023-12-10T11:38:24+02:00 +> This site was last updated at 2023-12-10T11:46:05+02:00 The following stats were collected via `uptimed` on all of my personal computers over many years and the output was generated by `guprecords`, the global uptime records stats analyser of mine. -- cgit v1.2.3