Files @ e488be112e5e
Branch filter:

Location: kallithea/scripts/run-all-cleanup

Mads Kiilerich
config: drop make_app_without_logging - 69704bc113ea made it redundant
#!/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