openfoam/tutorials/multiphase/overInterDyMFoam/floatingBodyWithSpring/Allclean
2020-04-14 16:30:44 +01:00

9 lines
312 B
Bash
Executable File

#!/bin/sh
cd "${0%/*}" || exit # Run from this directory
#------------------------------------------------------------------------------
(cd background && ./Allclean)
(cd floatingBody && ./Allclean)
#------------------------------------------------------------------------------