Files @ 3fd3ce1dc646
Branch filter:

Location: kallithea/scripts/run-all-cleanup

Mads Kiilerich
helpers: refactor select to build Options without temporary list

The API seems slightly more suited for that.
#!/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