view bin/learn_append2 @ 9216:a3d0764a84b0

<oerjan> ` sed -i \'s/hg log/hlnp/\' bin/{doag,hog}
author HackBot
date Mon, 10 Oct 2016 22:49:06 +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."