Files @ 77a88040a262
Branch filter:

Location: kallithea/scripts/run-all-cleanup

domruf
js: fix parent/child navigation with more than 2 parents/children

Before, it would only work with 0-2 parents/children.
#!/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