View source | |
# 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 | |
json2tsv | |
shellcheck.awk | |
tags: bencollver,technical,unix | |
# Tags | |
bencollver | |
technical | |
unix |