# HG changeset patch # User HackBot # Date 1412941248 0 # Node ID 84864da646b0225f6ede13adcc67479b17bfaeba # Parent 301d8fcdf2b3e1046ee5046a714a61e744fe3ba9 revert diff -r 301d8fcdf2b3 -r 84864da646b0 bin/learn_append --- a/bin/learn_append Fri Oct 10 11:39:30 2014 +0000 +++ b/bin/learn_append Fri Oct 10 11:40:48 2014 +0000 @@ -3,4 +3,4 @@ stuff=$(echo "$1" | cut -d' ' -f2-) perl -i -p -e 's/\n/ /' "wisdom/$topic" echo "$stuff" >>"wisdom/$topic" -echo -n "Learned '$topic': "\ncat "wisdom/$topic" +echo "I knew that."