Files @ b6eba3ea7af9
Branch filter:

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

domruf
datatables: use more robust filter function for filtering repository names

This way it does not depend on a class attribute and it is more clear what it
does.
#!/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