# HG changeset patch # User HackBot # Date 1377815634 0 # Node ID 77af9011140964e6001026765975c10d0cea8bc9 # Parent 34c54488483b1f6b79b488e086b92c098a864d5c revert 205a23bbf2a5 diff -r 34c54488483b -r 77af90111409 bin/learn --- a/bin/learn Thu Aug 29 22:31:20 2013 +0000 +++ b/bin/learn Thu Aug 29 22:33:54 2013 +0000 @@ -1,6 +1,6 @@ #!/bin/sh -topic=$(echo -E "$1" | sed 's/ .*//' | lowercase) -info=$(echo -E "$1" | sed 's/[^ ]* //') -echo -E "$1" >"wisdom/$topic" -echo -E "I knew that." +topic=$(echo "$1" | sed 's/ .*//' | lowercase) +info=$(echo "$1" | sed 's/[^ ]* //') +echo "$1" >"wisdom/$topic" +echo "I knew that." diff -r 34c54488483b -r 77af90111409 wisdom/-e --- a/wisdom/-e Thu Aug 29 22:31:20 2013 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,1 +0,0 @@ --E ttest test diff -r 34c54488483b -r 77af90111409 wisdom/ttest --- a/wisdom/ttest Thu Aug 29 22:31:20 2013 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,1 +0,0 @@ -ttest test