view bin/learn @ 6858:ff90693af5e8

<Elronnd> touch hw/python
author HackBot
date Mon, 15 Feb 2016 01:54:13 +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"