#!/bin/sh rm -Rf .import find . -type f -name '*.mesh' -exec rm '{}' ';'