view bin/learn_append2 @ 7870:192b9b67fa4e

<oerjan> rm oerjan
author HackBot
date Fri, 06 May 2016 22:59:54 +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."