view bin/learn_append2 @ 11259:69ce1c653109

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