changeset 12114:9c7bd01f6d39 draft

<fizzie> sled /hackenv/bin/mislearn//s|tmflry/|$HACKENV/tmflry/|
author HackEso <hackeso@esolangs.org>
date Sat, 16 Nov 2019 22:48:35 +0000
parents 5c08df66b69d
children 77998d6dfbd4
files bin/mislearn
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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"