view bin/learn @ 4501:9bc748948deb

<oerjan> rm paste.*
author HackBot
date Wed, 26 Feb 2014 19:09:27 +0000
parents 02be2e278897
children 03afb1619ef2
line wrap: on
line source

#!/bin/bash
topic=$(echo "$1" | lowercase | sed 's/^\(an\?\|the\) //;s/s\? .*//')
echo "$1" >"wisdom/$topic"
echo "I knew that."