Files @ 3474a771f18c
Branch filter:

Location: kallithea/scripts/run-all-cleanup

domruf
templates: add caret to user dropdown

The user menu is a dropdown menu as well, so it should have a caret like the
other dropdown menus.
#!/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