Skip to content
Snippets Groups Projects

Restructure pages regarding switched off systems

Merged Martin Schroschk requested to merge issue144 into preview
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -43,7 +43,7 @@ while read oldfile; do
@@ -43,7 +43,7 @@ while read oldfile; do
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 $newfile | 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
Loading