Files @ 61bd3efe4a6c
Branch filter:

Location: kallithea/scripts/run-all-cleanup - annotation

Mads Kiilerich
middleware: align hg and git implementations - make it more clear that we have code duplication and something probably should be reused
#!/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