Scripting

This will be a series of notes on scripting in a POSIX complient way.

A very useful tool will be shellcheck. This will check the compliance of the script you are writing based on the shebang line. It describes itself as a static analysis and linting tool for sh/bash scripts.

Last updated

Was this helpful?