Files @ a922e91a4f02
Branch filter:

Location: kallithea/scripts/run-all-cleanup

Mads Kiilerich
setup: drop ez_setup

It should no longer be necessary - everybody should have setuptools and use
pip. If not, just use ez to install setuptools and pip.
#!/usr/bin/sh

# Convenience script for running various idempotent source code cleanup scripts

set -e
set -x

scripts/docs-headings.py
scripts/generate-ini.py
scripts/whitespacecleanup.sh