1
0
mirror of https://github.com/PhasicFlow/phasicFlow.git synced 2025-06-12 16:26:23 +00:00
Files
phasicFlow/tutorials/sphereGranFlow/RotatingDrumWithBaffles/cleanThisCase
2023-02-07 10:31:26 +03:30

8 lines
224 B
Bash

#!/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
#------------------------------------------------------------------------------