Files @ f4dc6962f467
Branch filter:

Location: kallithea/scripts/run-all-cleanup - annotation

domruf
templates: change the order of Pull Requests and Options in context bar

I feel like Options are semantically different, so they should stand at the end
of the list.
#!/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