Files
CFDEMcoupling-PFM/tutorials/cfdemSolverRhoPimpleChem/SingleParticleCases/ISO4695/Allclean.sh
Daniel Queteschiner 4ac94e82c7 fix up Allclean.sh scripts [ci skip]
note that #!/bin/sh may invoke a different shell than #!/bin/bash
2019-09-19 16:40:07 +02:00

19 lines
349 B
Bash
Executable File

#!/bin/sh
cd ${0%/*} || exit 1 # run from this directory
# Source tutorial run functions
. $WM_PROJECT_DIR/bin/tools/CleanFunctions
cd CFD
cleanCase
cd -
rm -f log*
rm -r ./DEM/post
mkdir ./DEM/post
mkdir ./DEM/post/restart
touch ./DEM/post/restart/.gitignore
# ----------------------------------------------------------------- end-of-file