openfoam/applications/solvers/multiphase/reactingEulerFoam/reactingTwoPhaseEulerFoam/Allwclean

7 lines
149 B
Bash
Executable File

#!/bin/sh
cd "${0%/*}" || exit # Run from this directory
wclean
#------------------------------------------------------------------------------