Files
openfoam/tutorials/basic/laplacianFoam/flange/Allclean
2009-02-12 18:59:59 +00:00

9 lines
165 B
Bash
Executable File

#!/bin/sh
# Source tutorial clean functions
. $WM_PROJECT_DIR/bin/tools/CleanFunctions
cleanCase
rm -rf Fieldview > /dev/null 2>&1
rm -rf EnSight > /dev/null 2>&1