view scripts/run-all-cleanup @ 6531:482c531e62ef

style: refactor panel margin css - make it more like real Bootstrap by putting padding on .panel-body
author Mads Kiilerich <mads@kiilerich.com>
date Mon, 06 Mar 2017 02:23:26 +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