changeset 4966:868dd7ee44b5

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