view bin/learn @ 6987:63432afc2ccc

<a`a`a`a`jo8as> list
author HackBot
date Wed, 24 Feb 2016 12:04:42 +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"