view bin/learn @ 4394:fdc2f743ba51

<oerjan> rm this
author HackBot
date Wed, 05 Feb 2014 00:59:54 +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."