X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=scripts%2Ftext%2Finteractive_underscores_to_spaces.sh;h=9d41452610b5b73f28b3103200325a56d7cd9984;hb=4927b94ae6dc946a06a192319968697d48e9f951;hp=2f122619dd9c6acca3e72dd997405fd076bf92b4;hpb=1e4dcf49953721d9bc4505d66717a7613de19d0e;p=feisty_meow.git diff --git a/scripts/text/interactive_underscores_to_spaces.sh b/scripts/text/interactive_underscores_to_spaces.sh index 2f122619..9d414526 100644 --- a/scripts/text/interactive_underscores_to_spaces.sh +++ b/scripts/text/interactive_underscores_to_spaces.sh @@ -4,7 +4,7 @@ source "$FEISTY_MEOW_SCRIPTS/core/launch_feisty_meow.sh" while true; do sep 14 - read line + read line || break echo "< $line" echo "> $line" | sed -e 's/_/ /g' done