Files @ e77f5cd50f1f
Branch filter:

Location: kallithea/scripts/run-all-cleanup

Mads Kiilerich
style: change some div to span to make it inline and look better without custom styling - especially around gravatars
#!/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