Skip to content
Snippets Groups Projects
Commit fca75d46 authored by Martin Schroschk's avatar Martin Schroschk
Browse files

Test

parent d58f66cd
No related branches found
No related tags found
3 merge requests!322Merge preview into main,!319Merge preview into main,!262Restructure pages regarding switched off systems
...@@ -43,6 +43,9 @@ while read oldfile; do ...@@ -43,6 +43,9 @@ while read oldfile; do
echo "======" echo "======"
echo "$current_count" echo "$current_count"
echo "$newfile" echo "$newfile"
echo "wordlistfile: $wordlistfile"
grep ZIH $wordlistfile
echo "---"
cat $newfile | aspell -p "$wordlistfile" --ignore 2 -l en_US list --mode=markdown cat $newfile | aspell -p "$wordlistfile" --ignore 2 -l en_US list --mode=markdown
echo "======" echo "======"
fi fi
......
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