4 lines
No EOL
136 B
Bash
4 lines
No EOL
136 B
Bash
for line in $(cat spell_check_results.txt); do
|
|
echo "Adding $line to cspell.config.yaml"
|
|
echo " - $line" >> cspell.config.yaml
|
|
done |