Files @ e8bd3f074b4e
Branch filter:

Location: kallithea/scripts/run-all-cleanup

Mads Kiilerich
diff: make current line number more visible - emphasize it by making it dark when hovering the line instead of grey-on-bright
#!/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