Files @ e67b9f4b9d95
Branch filter:

Location: kallithea/scripts/run-all-cleanup

Mads Kiilerich
celery: drop pointless get_logger

It didn't give meaningful names anyway ... and using the tasks module name is
fine.
#!/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