12 lines
180 B
Text
12 lines
180 B
Text
|
#!/bin/sh
|
||
|
|
||
|
# Source tutorial clean functions
|
||
|
. $WM_PROJECT_DIR/bin/tools/CleanFunctions
|
||
|
|
||
|
cleanCase
|
||
|
\rm -f *.dat
|
||
|
|
||
|
\rm -rf 0
|
||
|
\rm -f constant/polyMesh/boundary
|
||
|
\rm -rf postProcessing
|