5 lines
154 B
Text
5 lines
154 B
Text
|
#!/bin/sh
|
||
|
|
||
|
( cd constant/polyMesh && \rm -rf boundary* blockMeshDict *Zones* faces* neighbour* owner* points* sets )
|
||
|
\rm -rf 0 [1-9]* VTK log* processor*
|