view bin/learn @ 4174:4931255234a2

<oerjan> revert
author HackBot
date Wed, 11 Dec 2013 01:21:31 +0000
parents 88d05b052b66
children 3f52a230f962
line wrap: on
line source

#!/bin/bash
topic=$(echo "$1" | lowercase | sed 's/^(a|the) //;s/[Ss]? .*//')
info=$(echo "$1" | sed 's/[^ ]* //')
echo "$1" >"wisdom/$topic"
echo "I knew that."