view bin/learn_append2 @ 6480:901173f73851

<olsner> cp bin/2014 bin/2017
author HackBot
date Fri, 01 Jan 2016 18:00:59 +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."