python3-bashate

bash script style guide checker - Python 3.x

Install

All systems
curl cmd.cat/python3-bashate.sh
Debian Debian
apt-get install python3-bashate
Ubuntu
apt-get install python3-bashate
image/svg+xml Kali Linux
apt-get install python3-bashate
Fedora
dnf install python3-bashate
Windows (WSL2)
sudo apt-get update sudo apt-get install python3-bashate
Raspbian
apt-get install python3-bashate

python3-bashate

bash script style guide checker - Python 3.x

This program attempts to be an automated style checker for bash scripts to fill the same part of code review that pep8 does in most OpenStack projects. It started from humble beginnings in the DevStack project, and will continue to evolve over time. This package contains the Python 3.x module and command line utility.