Files @ e4e13a7cc438
Branch filter:

Location: kallithea/scripts/run-all-cleanup

Mads Kiilerich
comments: when cancelling an inline comment on a line without comments, don't leave an empty row behind
#!/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