python2-bashate

bash script style guide checker - Python 2.x

Install

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

python-bashate

bash script style guide checker - Python 2.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 2.x module and command line utility.