view bin/learn @ 6498:78d1ef95fc27

<ais523> ` printf \'echo "\\xc2\\xa0"\' > bin/quietly
author HackBot
date Sun, 03 Jan 2016 02:17:58 +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"