1
0
mirror of https://github.com/PhasicFlow/phasicFlow.git synced 2025-08-07 03:37:02 +00:00
Files
.github
DEMSystems
benchmarks
helicalMixer
caseSetup
settings
cleanThisCase
readme.md
runThisCase
rotatingDrum
readme.md
cmake
doc
solvers
src
tutorials
utilities
.gitignore
CMakeLists.txt
LICENSE
README.md
phasicFlowConfig.H.in
phasicFlow/benchmarks/helicalMixer/cleanThisCase
2025-05-02 22:26:38 +03:30

8 lines
224 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
#------------------------------------------------------------------------------