Files
openfoam/applications/solvers/multiphase/multiphaseInterFoam/Allwclean
2014-04-23 14:34:07 +01:00

9 lines
187 B
Bash
Executable File

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