4 lines
154 B
Bash
Executable file
4 lines
154 B
Bash
Executable file
#!/bin/sh
|
|
|
|
( cd constant/polyMesh && rm -r boundary* blockMeshDict *Zones* faces* neighbour* owner* points* sets )
|
|
rm -r 0 0.* [1-9]* VTK log* processor*
|