1
0
mirror of https://github.com/GijsVermarien/marktex.git synced 2025-12-19 19:21:21 +00:00

Updated the script so it excludes readme files

This commit is contained in:
Gijs Vermariën 2019-04-26 19:13:32 +02:00
parent f35abc59bb
commit 4f1c6e2f01

View File

@ -14,3 +14,4 @@ for markdownfile in $markdownfiles; do
fi fi
done done
echo "done" echo "done"
exit 0