diff --git a/tutorials/incompressible/simpleFoam/bump2D/Allclean b/tutorials/incompressible/simpleFoam/bump2D/Allclean new file mode 100755 index 0000000000..d505d16807 --- /dev/null +++ b/tutorials/incompressible/simpleFoam/bump2D/Allclean @@ -0,0 +1,8 @@ +#!/bin/sh +cd ${0%/*} || exit 1 # Run from this directory +. $WM_PROJECT_DIR/bin/tools/CleanFunctions # Tutorial clean functions + +cleanCase +\rm -f *.png + +#------------------------------------------------------------------------------