Files @ 43c9da9eed11
Branch filter:

Location: kallithea/scripts/run-all-cleanup

domruf
git: open submodule links in a new tab

Since you are leaving the project context (maybe even kallithea), sub module
links should open in a new tab.
#!/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