Files
openfoam/tutorials/incompressible/lumpedPointMotion/building/Allclean
2019-11-13 13:19:16 +01:00

10 lines
202 B
Bash
Executable File

#!/bin/sh
cd "${0%/*}" || exit # Run from this directory
(cd steady && ./Allclean)
rm -rf movement
rm -rf transient
#------------------------------------------------------------------------------