Files
phasicFlow/benchmarks/helicalMixer/helicalMixer_4m/cleanThisCase
2025-07-04 22:42:56 +03:30

8 lines
234 B
Bash
Executable File

#!/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
rm -rf stl
#------------------------------------------------------------------------------