#!/bin/bash

foamCleanTutorials
rm -r 0/
find . -type d -name polyMesh -exec rm -r {} +
