changeset 4953:cac1ae3999eb

<oerjan> revert
author HackBot
date Tue, 30 Sep 2014 05:51:24 +0000
parents c59c43efc84d
children 874b5aabab32
files bin/learn_append
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/bin/learn_append	Tue Sep 30 05:51:08 2014 +0000
+++ b/bin/learn_append	Tue Sep 30 05:51:24 2014 +0000
@@ -1,6 +1,5 @@
 #!/bin/bash
 topic=$(echo "$1" | lowercase | sed 's/^\(an\?\|the\) //;s/s\? .*//')
 stuff=$(echo "$1" | cut -d' ' -f2-)
-sed -i 'y/\n/ /wisdom/$topic
 echo "$stuff" >>"wisdom/$topic"
 echo "I knew that."