Files @ 088155584e2e
Branch filter:

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

Mads Kiilerich
auth: make sure request.authuser *always* has been checked for check_ip_allowed - there is thus no need to check it later
#!/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