mirror of
https://github.com/PhasicFlow/phasicFlow.git
synced 2025-06-12 16:26:23 +00:00
rutatingDrumMedium added
This commit is contained in:
7
tutorials/sphereGranFlow/rotatingDrumMedium/cleanThisCase
Executable file
7
tutorials/sphereGranFlow/rotatingDrumMedium/cleanThisCase
Executable file
@ -0,0 +1,7 @@
|
||||
#!/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
|
||||
|
||||
#------------------------------------------------------------------------------
|
Reference in New Issue
Block a user