2025-04-27 - Shellcheck
=======================
Today i learned about shellcheck.net, a tool to "lint" Unix shell
scripts. It comes with source code and a web interface.
The Haskel source requires 2 GB of memory to compile. I am too lazy
to set up Haskel and all that. I wrote an AWK script, and it
requires curl and json2tsv.
Now i can do a quick & dirty shell script lint without using a web
browser.
curl
<
https://curl.se/>
json2tsv
<
gopher://codemadness.org/1/phlog/json2tsv/>
shellcheck.awk
<
gopher://tilde.pink/0/~bencollver/log/2025-04-27-shellcheck/
shellcheck.awk>
tags: bencollver,technical,unix
Tags
====
bencollver
<
gopher://tilde.pink/1/~bencollver/log/tag/bencollver/>
technical
<
gopher://tilde.pink/1/~bencollver/log/tag/technical/>
unix
<
gopher://tilde.pink/1/~bencollver/log/tag/unix/>