Files @ 343c76c6f741
Branch filter:

Location: kallithea/scripts/run-all-cleanup

Mads Kiilerich
style: drop changelog table outer spacing - especially to make right-aligned tags align with the general panel-body margin
#!/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