Files
OpenFOAM-6/tutorials/multiphase/driftFluxFoam/ras/tank3D/Allclean
2014-12-14 21:50:14 +00:00

10 lines
212 B
Bash
Executable File

#!/bin/sh
cd ${0%/*} || exit 1 # Run from this directory
# Clean time directories only
rm -rf *[1-9]*
rm -f log.* 2>/dev/null
# ----------------------------------------------------------------- end-of-file