view bin/learn @ 6258:9d6cc454595c

<tswett> echo \'THEY HAVE WRONGED YOU. THEY MUST BE DESTROYED.\' > evil/503
author HackBot
date Thu, 26 Nov 2015 16:30:33 +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"