view bin/learn @ 4946:b388d719dba7

<oerjan> sed -i \'s/b/B/\' wisdom/burlesque
author HackBot
date Tue, 30 Sep 2014 00:45:49 +0000
parents b3b11a73cd92
children 66fb0dc90cb9
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."