view bin/learn @ 6212:509a3c8c345a

<boily> le/rn ENOSTRIL/Nose such file or directory
author HackBot
date Sun, 15 Nov 2015 15:11:08 +0000
parents d4aebeacae03
children efa261b3fed0
line wrap: on
line source

#!/bin/bash
topic=$(echo "$1" | lowercase | sed 's/^\(an\?\|the\) //;s/s\?[:;,.!?]\? .*//')
echo "$1" >"wisdom/$topic"
echo "Learned '$topic': $1"