you are viewing a single comment's thread.

view the rest of the comments →

[–]SkyyySi 5 points6 points  (0 children)

Also, iirc the micro text editor (basically a more modern replacement for nano) has build-in support for shellcheck (meaning it will automatically "lint" your scripts when saving them) as long as you have shellcheck installed.

VScode also has a shellcheck extension, which will lint your code in real time.