view bin/learn @ 6211:5c2b6913822e

<mroman> learn Grammar is just a subset of syntax.
author HackBot
date Sat, 14 Nov 2015 12:42:24 +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"