Files @ 5fc420b5c49c
Branch filter:

Location: kallithea/scripts/run-all-cleanup

Thomas De Schampheleire
admin: hooks: move informative span to 'custom hooks'

Explaining what hooks are is mostly useful on the 'custom hooks' section, as
the built-in hooks are read-only.
#!/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