view bin/learn_append2 @ 6472:b1451d921295

<oerjan> revert
author HackBot
date Thu, 31 Dec 2015 20:33:00 +0000
parents 56dcce63901b
children
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."