10 lines
195 B
Bash
Executable file
10 lines
195 B
Bash
Executable file
#!/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
|