Files @ 302af1ceaedd
Branch filter:

Location: kallithea/scripts/run-all-cleanup

Mads Kiilerich
style: fix help texts in Global Default Permissions

A display:block span inside form-inline flowed flawed.

Instead, put the help block as its own div.
#!/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