cmc/cleberg.net

My personal web garden & blog.

clone: git clone https://gitbay.org/cmc/cleberg.net.git

1347888b850fe5b295e824033f8609056bf0d67a

unsigned

author: Christian Cleberg <hello@cleberg.net> · 2025-03-19T05:19:57Z

fix wiki/sh.org
 content/wiki/sh.org | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/content/wiki/sh.org b/content/wiki/sh.org
index 7399898..a186d17 100644
--- a/content/wiki/sh.org
+++ b/content/wiki/sh.org
@@ -1,8 +1,9 @@
-#+title: sh
+#+title: Shell Commands & Scripts
+#+date: <2025-03-19>
 
 * File Loop
 
-#+begin_sh shell
+#+begin_src shell
 # All files in current directory
 for file in *; do echo "${file}"; done