diff --git a/loop_docs.sh b/loop_docs.sh index a4f560f4..d8df6e4a 100644 --- a/loop_docs.sh +++ b/loop_docs.sh @@ -42,5 +42,5 @@ for file in docs/*; do if [ "$file" == "docs/intro.md" ]; then continue fi - rm $file + rm $file || true done