changeset 4951:f843a1572d32

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