view bin/learn_append2 @ 11257:460f3dc35a74

<oerjan> revert
author HackBot
date Sat, 09 Dec 2017 11:44:10 +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."