Files @ ca9df5a30ab2
Branch filter:

Location: kallithea/scripts/run-all-cleanup

Mads Kiilerich
vcs: refactor run_git_command to just return stdout as unicode string

This will be convenient for py3.
#!/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