11 lines
195 B
Text
11 lines
195 B
Text
|
#!/bin/sh
|
||
|
|
||
|
# Source tutorial clean functions
|
||
|
. $WM_PROJECT_DIR/bin/tools/CleanFunctions
|
||
|
|
||
|
cleanCase
|
||
|
\rm -rf VTK
|
||
|
\rm -rf 0/polyMesh
|
||
|
\rm -f constant/polyMesh/boundary
|
||
|
\rm -rf constant/polyMesh/sets
|