# HG changeset patch # User HackBot # Date 1412035910 0 # Node ID 9e1eab34dcfe1c1054254a2085275d393712ba65 # Parent 9f07ce51c124fb2c8c09dea8a373dfa39bceef94 revert diff -r 9f07ce51c124 -r 9e1eab34dcfe bin/learn_append --- a/bin/learn_append Tue Sep 30 00:11:21 2014 +0000 +++ b/bin/learn_append Tue Sep 30 00:11:50 2014 +0000 @@ -1,6 +1,5 @@ #!/bin/bash topic=$(echo "$1" | lowercase | sed 's/^\(an\?\|the\) //;s/s\? .*//') stuff=$(echo "$1" | cut -d' ' -f2-) -echo " $stuff" >>"wisdom/$topic" -fmt -w "wisdom/$topic" +echo "$stuff" >>"wisdom/$topic" echo "I knew that."