Files @ 0088a4b2c84e
Branch filter:

Location: kallithea/scripts/run-all-cleanup

Mads Kiilerich
py3: make sure "raw_diff" is bytes ... also when it instead is a localized error message
#!/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