Files @ 591effa1fc4d
Branch filter:

Location: kallithea/scripts/run-all-cleanup

Mads Kiilerich
api: drop the old Api auth methods and use the normal methods for access control
#!/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