view bin/learn @ 4506:34c9996417dd

<oerjan> mv paste/paste.26081{,.txt}
author HackBot
date Wed, 26 Feb 2014 19:30:04 +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."