Skip to content
Snippets Groups Projects
Commit 3f84de54 authored by Jan Frenzel's avatar Jan Frenzel
Browse files

Merge branch 'spell-check' of...

Merge branch 'spell-check' of gitlab.hrz.tu-chemnitz.de:zih/hpcsupport/hpc-compendium into spell-check
parents 94bc0537 1a3bf06f
No related branches found
No related tags found
3 merge requests!322Merge preview into main,!319Merge preview into main,!227Added a way to spell-check files.
......@@ -34,7 +34,7 @@ if [ $# -eq 1 ]; then
;;
esac
elif [ $# -eq 0 ]; then
for i in `find -name \*.md`; do
for i in `find $basedir/docs -name \*.md`; do
spell_check $i
done
else
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment