Update loop_docs.sh

This commit is contained in:
techknowlogick
2023-04-30 10:59:00 +08:00
parent d937b296e8
commit 25c59c13e6

View File

@@ -42,5 +42,5 @@ for file in docs/*; do
if [ "$file" == "docs/intro.md" ]; then
continue
fi
rm $file
rm $file || true
done