view scripts/run-all-cleanup @ 7096:f4dc6962f467

templates: change the order of Pull Requests and Options in context bar I feel like Options are semantically different, so they should stand at the end of the list.
author domruf <dominikruf@gmail.com>
date Mon, 31 Jul 2017 19:42:41 +0200
parents 40edadecda69
children 51af7c12ffb1
line wrap: on
line source

#!/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