view scripts/run-all-cleanup @ 7098:7f571544a0ea

pullrequest: remove 'Still not reviewed by' This is redundant. You can see the same information on the right, in the list of reviewers.
author domruf <dominikruf@gmail.com>
date Wed, 19 Oct 2016 20:02:33 +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