diff bin/learn @ 3564:6fe5249fdc76

<oerjan> revert
author HackBot
date Thu, 29 Aug 2013 22:37:35 +0000
parents 77af90111409
children 28248d71128f
line wrap: on
line diff
--- a/bin/learn	Thu Aug 29 22:33:54 2013 +0000
+++ b/bin/learn	Thu Aug 29 22:37:35 2013 +0000
@@ -1,6 +1,6 @@
 #!/bin/sh
-topic=$(echo "$1" | sed 's/ .*//' | lowercase)
-info=$(echo "$1" | sed 's/[^ ]* //')
-echo "$1" >"wisdom/$topic"
-echo "I knew that."
+topic=$(echo -E "$1" | sed 's/ .*//' | lowercase)
+info=$(echo -E "$1" | sed 's/[^ ]* //')
+echo -E "$1" >"wisdom/$topic"
+echo -E "I knew that."