openfoam/applications/utilities/postProcessing/graphics/PV3blockMeshReader/Allwclean

9 lines
209 B
Bash
Executable File

#!/bin/sh
cd ${0%/*} || exit 1 # run from this directory
set -x
rm -rf PV3blockMeshReader/Make
wclean libso vtkPV3blockMesh
# ----------------------------------------------------------------- end-of-file