view bin/learn @ 6900:0475ebc3dac5

<izabera> ` sed -i s/unicy/uncy/ wisdom/uncyclopedia
author HackBot
date Wed, 17 Feb 2016 07:38:46 +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"