Shellcheck - A Static Analysis Tool for Shell Scripts - Introduction
ShellCheck is a static analysis tool, or linter, for shell scripts. It detects various types of errors, provides suggestions, and issues warnings for shell scripts. ShellCheck identifies syntax iss...