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

Test

parent bb9b59c6
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
This commit is part of merge request !262. Comments created here will be created in the context of that merge request.
...@@ -40,11 +40,11 @@ while read oldfile; do ...@@ -40,11 +40,11 @@ while read oldfile; do
#Remove the prefix "b/" #Remove the prefix "b/"
newfile=${newfile:2} newfile=${newfile:2}
current_count=`cat "$newfile" | getNumberOfAspellOutputLines` current_count=`cat "$newfile" | getNumberOfAspellOutputLines`
# echo "======" echo "======"
# echo "$current_count" echo "$current_count"
# echo "$newfile" # echo "$newfile"
# cat - | aspell -p "$wordlistfile" --ignore 2 -l en_US list --mode=markdown # cat - | aspell -p "$wordlistfile" --ignore 2 -l en_US list --mode=markdown
# echo "======" echo "======"
fi fi
if [ $current_count -gt $previous_count ]; then if [ $current_count -gt $previous_count ]; then
echo "-- File $newfile" echo "-- File $newfile"
......
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