#!/bin/sh find . -not -name '*.template.html' -name '*.html' -exec rm -v \{\} \;