# HG changeset patch # User HackEso # Date 1573944515 0 # Node ID 9c7bd01f6d39daef650a1658a24af498bc4ba783 # Parent 5c08df66b69d16f8f3df9e0193f86607474aab60 sled /hackenv/bin/mislearn//s|tmflry/|$HACKENV/tmflry/| diff -r 5c08df66b69d -r 9c7bd01f6d39 bin/mislearn --- a/bin/mislearn Sat Nov 16 22:45:57 2019 +0000 +++ b/bin/mislearn Sat Nov 16 22:48:35 2019 +0000 @@ -1,5 +1,5 @@ #!/bin/bash topic=$(echo "$1" | lowercase | sed 's/^\(an\?\|the\) //;s/s\?[:;,.!?]\? .*//') -echo "$1" >"tmflry/$topic" +echo "$1" >"$HACKENV/tmflry/$topic" echo "Was lied to about '$topic': $1"