Files @ 7726c7037dd9
Branch filter:

Location: kallithea/scripts/run-all-cleanup

Mads Kiilerich
i18n: also normalize kallithea/i18n/kallithea.pot, leaving it almost empty in the main repo
#!/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