view bin/learn_append2 @ 10390:d09500035782

<oerjan> forget 1+1
author HackBot
date Fri, 10 Mar 2017 23:57:24 +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."