projects
/
feisty_meow.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d92821b
)
managed to encode my data in the script
author
Chris Koeritz
<fred@gruntose.com>
Fri, 25 May 2018 23:14:12 +0000
(19:14 -0400)
committer
Chris Koeritz
<fred@gruntose.com>
Fri, 25 May 2018 23:14:12 +0000
(19:14 -0400)
fixed now.
scripts/text/interactive_underscores_to_spaces.sh
patch
|
blob
|
history
diff --git
a/scripts/text/interactive_underscores_to_spaces.sh
b/scripts/text/interactive_underscores_to_spaces.sh
index ed704767ee352bcddbf6410f34ceb9b00acc2348..2f122619dd9c6acca3e72dd997405fd076bf92b4 100644
(file)
--- 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