3 # Source tutorial clean functions
4 .
$WM_PROJECT_DIR/bin
/tools
/CleanFunctions
7 rm -rf constant
/polyMesh
/boundary
10 # rm -rf constant/polyMesh/points* \
11 # constant/polyMesh/face* \
12 # constant/polyMesh/owner* \
13 # constant/polyMesh/neighbour* \
14 # constant/polyMesh/*Zones* \
15 # constant/polyMesh/sets
19 find .
-iname "*~" |
xargs rm -rf