12 lines
247 B
Bash
Executable file
12 lines
247 B
Bash
Executable file
#!/bin/sh
|
|
|
|
# Source tutorial clean functions
|
|
. $WM_PROJECT_DIR/bin/tools/CleanFunctions
|
|
|
|
cleanCase
|
|
\rm -rf 0/cellDist 0/cellDist.gz constant/cellDecomposition
|
|
\rm -rf *.vtk
|
|
\rm -rf constant/polyMesh/
|
|
mkdir constant/polyMesh
|
|
\rm -rf 0
|
|
cp -r save 0
|