Files @ a86ebf58c720
Branch filter:

Location: kallithea/scripts/run-all-cleanup

Mads Kiilerich
templates: drop unused get_repos_as_dict super_user parameter

It was perhaps at some point used to show a content menu.
#!/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