view scripts/run-all-cleanup @ 6329:16b685da1117

repo_group: more flexible handling of trailing '/' in repository group names Don't fail on /_admin/repo_groups/REPO_GROUP_NAME/ .
author Mads Kiilerich <madski@unity3d.com>
date Tue, 15 Nov 2016 22:53:41 +0100
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