special purpose underscore to space converter
[feisty_meow.git] / scripts / text / interactive_underscores_to_spaces.sh
diff --git a/scripts/text/interactive_underscores_to_spaces.sh b/scripts/text/interactive_underscores_to_spaces.sh
new file mode 100644 (file)
index 0000000..ed70476
--- /dev/null
@@ -0,0 +1,11 @@
+#!/bin/bash
+
+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'
+done
+