From 420ceb49b53a8fa9d8ba8443e42e50cd7bd7cea9 Mon Sep 17 00:00:00 2001 From: Philip Wittamore Date: Sun, 12 Jul 2026 11:08:50 +0200 Subject: update --- articles/2025/Shellcheck-your-bash-scripts.html | 36 +++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100755 articles/2025/Shellcheck-your-bash-scripts.html (limited to 'articles/2025/Shellcheck-your-bash-scripts.html') diff --git a/articles/2025/Shellcheck-your-bash-scripts.html b/articles/2025/Shellcheck-your-bash-scripts.html new file mode 100755 index 0000000..36ff5c7 --- /dev/null +++ b/articles/2025/Shellcheck-your-bash-scripts.html @@ -0,0 +1,36 @@ + + + + + + + Shellcheck your bash scripts + + +
+

Bloggings

+ Back +
+
+ +
+
+

Shellcheck your bash scripts

+

2025-05-14

+

Shellcheck is a handy online and command line tool

+

+ I've started using this tool to clean up my scripts. Testing via the web + interface displays links to explanations of the errors or warnings found. +

+

https://www.shellcheck.net/

+
yay -Ss shellcheck
+
+
+ + + -- cgit v1.3.1