Files
openfoam/tutorials/multiphase/compressibleInterFoam/les/depthCharge3D/Allclean
2011-04-28 21:14:13 +01:00

9 lines
232 B
Bash
Executable File

#!/bin/sh
cd ${0%/*} || exit 1 # run from this directory
foamCleanTutorials cases
rm -rf processor*
rm -rf 0/p_rgh 0/p_rgh.gz 0/alpha1 0/alpha1.gz
# ----------------------------------------------------------------- end-of-file