Files @ 894ab347d808
Branch filter:

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

domruf
tests: use double quotes in command lines - single quotes in command lines are not considered quotes on Windows
#!/usr/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