openfoam/applications/utilities/postProcessing/graphics/PV3FoamReader/Allwclean
2009-07-22 12:39:20 +02:00

9 lines
199 B
Bash
Executable File

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