Files @ 39ba3ee88c7c
Branch filter:

Location: kallithea/scripts/run-all-cleanup

mads
vcs: use more correct git revision identifiers

It will have the right types and make a difference for py3.
#!/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