diff options
author | Christian Cleberg <hello@cmc.pub> | 2025-03-19 00:19:57 -0500 |
---|---|---|
committer | Christian Cleberg <hello@cmc.pub> | 2025-03-19 00:19:57 -0500 |
commit | ed9e200911654a3b289081927ac681db52803974 (patch) | |
tree | 6cac6b3ff83d6fa706ff97428d13eb6186374523 | |
parent | eec1a17cdde9a41d2cfa1d102e685534ff592be3 (diff) | |
download | cleberg.net-ed9e200911654a3b289081927ac681db52803974.tar.gz cleberg.net-ed9e200911654a3b289081927ac681db52803974.tar.bz2 cleberg.net-ed9e200911654a3b289081927ac681db52803974.zip |
fix wiki/sh.org
-rw-r--r-- | content/wiki/sh.org | 5 |
1 files 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 |