Files @ 9b4ebc0b2742
Branch filter:

Location: kallithea/scripts/run-all-cleanup

domruf
less: add hint about how to generate css from less files

In case somebody opens the css file to make some changes, he will see this
message on how to use less instead of editing the css files.
#!/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