Files
OpenFOAM-12/tutorials/fluid/forwardStep/Allclean
2024-07-02 12:35:03 +01:00

10 lines
244 B
Bash
Executable File

#!/bin/sh
cd ${0%/*} || exit 1 # Run from this directory
# Source tutorial clean functions
. $WM_PROJECT_DIR/bin/tools/CleanFunctions
cleanCase && rm -f 0/Ma
#------------------------------------------------------------------------------