From 1e4dcf49953721d9bc4505d66717a7613de19d0e Mon Sep 17 00:00:00 2001 From: Chris Koeritz Date: Fri, 25 May 2018 19:14:12 -0400 Subject: [PATCH] managed to encode my data in the script fixed now. --- scripts/text/interactive_underscores_to_spaces.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/text/interactive_underscores_to_spaces.sh b/scripts/text/interactive_underscores_to_spaces.sh index ed704767..2f122619 100644 --- a/scripts/text/interactive_underscores_to_spaces.sh +++ b/scripts/text/interactive_underscores_to_spaces.sh @@ -5,7 +5,7 @@ source "$FEISTY_MEOW_SCRIPTS/core/launch_feisty_meow.sh" while true; do sep 14 read line - echo "< arfle_soiwe_pestunius" - echo "> arfle_soiwe_pestunius" | sed -e 's/_/ /g' + echo "< $line" + echo "> $line" | sed -e 's/_/ /g' done -- 2.34.1