"git@develop.openfoam.com:Development/openfoam.git" did not exist on "c0900fcdb40176550bc718bd75637295dcbf028c"
Newer
Older
#!/bin/sh
cd "${0%/*}" || exit # Run from this directory
. ${WM_PROJECT_DIR:?}/bin/tools/CleanFunctions # Tutorial clean functions
#------------------------------------------------------------------------------
rm -rf results
rm -rf plots
#------------------------------------------------------------------------------