Files
phasicFlow/tutorials/postprocessPhasicFlow/segregation/cleanThisCase
Hamidreza a3c3ca1b84
Some checks failed
Sync-Wiki / sync-wiki (push) Has been cancelled
postprocess for segregation
2025-07-08 01:06:25 +03:30

8 lines
246 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 postprocessData
#------------------------------------------------------------------------------