view scripts/run-all-cleanup @ 5952:24d5af811027

spelling: fix title casing on translated template strings
author Andrew Shadura <andrew@shadura.me>
date Sat, 28 May 2016 15:08:31 +0200
parents f0b9706d8d7e
children 40edadecda69
line wrap: on
line source

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