#!/bin/sh echo "$0: Cleaning up..." rm -f templates/images/_cache/*.png application/*/templates/images/_cache/*.png echo "$0: All done."