Files @ a553bc3a3d0e
Branch filter:

Location: kallithea/scripts/run-all-cleanup

Mads Kiilerich
py3: open files as binary or not, depending on how we want to use them

The difference will matter when bytes and str are different.
#!/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