view bin/learn @ 6471:6fa2991985ad

<izabera> ` sed -i s/!// bin/2015
author HackBot
date Thu, 31 Dec 2015 20:32:45 +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"