changeset 6777:d4e5edb3022f

<hppavilion[1]> ` sed -i "s/wisdom/tmflry/" bin/mislearn
author HackBot
date Wed, 10 Feb 2016 06:02:40 +0000
parents 063c79b8a5b3
children 061734ba3033
files bin/mislearn
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/bin/mislearn	Wed Feb 10 05:58:40 2016 +0000
+++ b/bin/mislearn	Wed Feb 10 06:02:40 2016 +0000
@@ -1,5 +1,5 @@
 #!/bin/bash
 topic=$(echo "$1" | lowercase | sed 's/^\(an\?\|the\) //;s/s\?[:;,.!?]\? .*//')
-echo "$1" >"wisdom/$topic"
+echo "$1" >"tmflry/$topic"
 echo "Learned '$topic': $1"