comparison bin/mislearn @ 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 c989a1669243
children
comparison
equal deleted inserted replaced
12113:5c08df66b69d 12114:9c7bd01f6d39
1 #!/bin/bash 1 #!/bin/bash
2 topic=$(echo "$1" | lowercase | sed 's/^\(an\?\|the\) //;s/s\?[:;,.!?]\? .*//') 2 topic=$(echo "$1" | lowercase | sed 's/^\(an\?\|the\) //;s/s\?[:;,.!?]\? .*//')
3 echo "$1" >"tmflry/$topic" 3 echo "$1" >"$HACKENV/tmflry/$topic"
4 echo "Was lied to about '$topic': $1" 4 echo "Was lied to about '$topic': $1"
5 5