Files @ f3acdc61e7f5
Branch filter:

Location: kallithea/scripts/run-all-cleanup

Andrew Shadura
templates: assign a dummy href to a button to enable keyboard navigation

Only links having a href are assumed fully fledged dropdowns and
have keyboard navigation enabled for them.
#!/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