mirror of
https://github.com/langflow-ai/langflow.git
synced 2026-07-24 05:16:40 +08:00
4 lines
136 B
Bash
4 lines
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 |