view bin/learn @ 4420:9f0ff8ae5b8c

<kmc> cd lib && ln -s c++decl cdecl
author HackBot
date Sun, 09 Feb 2014 02:01:11 +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."