phasicFlow/benchmarks/rotatingDrum/rotatingDrum_250kParticles/cleanThisCase

8 lines
224 B
Plaintext
Raw Normal View History

2025-03-15 16:56:31 +00:00
#!/bin/sh
cd ${0%/*} || exit 1 # Run from this directory
ls | grep -P "^(([0-9]+\.?[0-9]*)|(\.[0-9]+))$" | xargs -d"\n" rm -rf
rm -rf VTK
#------------------------------------------------------------------------------