view bin/learn @ 4798:b3b11a73cd92

<oerjan> revert
author HackBot
date Wed, 10 Sep 2014 11:46:41 +0000
parents e67a5178dfd3
children 66fb0dc90cb9
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."