Skip to content
Snippets Groups Projects
Commit 6694baf9 authored by andy's avatar andy
Browse files

ENH: tutorial script: rm was producing an error if folder was not presnt

parent 5eb7e465
No related merge requests found
...@@ -7,6 +7,6 @@ cd ${0%/*} || exit 1 # run from this directory ...@@ -7,6 +7,6 @@ cd ${0%/*} || exit 1 # run from this directory
cleanCase cleanCase
\rm -rf 0 \rm -rf 0
\rm -r constant/extendedFeatureEdgeMesh/ \rm -rf constant/extendedFeatureEdgeMesh/
\rm -f constant/triSurface/*.eMesh* \rm -f constant/triSurface/*.eMesh*
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment