#!/bin/sh (xsltproc modelcleanup.xsl model.xml | xmllint --format - > model.xml.tmp) && \ mv model.xml.tmp model.xml