shellcheck

Shell script static analysis tool. Check shell scripts for errors, usage of deprecated/insecure features, and bad practices. More information: <https://www.shellcheck.net>.

Debian Debian
RUN apt-get update && \ apt-get install -y ShellCheck
Ubuntu
RUN apt-get update && \ apt-get install -y ShellCheck
Arch Arch Linux
RUN pacman -S --noconfirm ShellCheck
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y ShellCheck
Fedora
RUN dnf install -y ShellCheck
Raspbian
RUN apt-get update && \ apt-get install -y ShellCheck
click the source code to copy install shellcheck on any operating system with command-not-found.com