Files @ 2c8c1a604154
Branch filter:

Location: kallithea/scripts/run-all-cleanup

domruf
js: fix crash when the user isn't logged in and there thus isn't any text area (Issue #250)
#!/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