runThiscase modified

This commit is contained in:
Hamidreza
2025-07-04 22:42:56 +03:30
parent e900128ee7
commit 94f892f06f
8 changed files with 40 additions and 4 deletions

View File

@ -3,5 +3,5 @@ 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
#------------------------------------------------------------------------------