view bin/learn @ 4266:a691a495ca0f

<Taneb> learn Arrows are just strong monads in the category of profunctors
author HackBot
date Mon, 06 Jan 2014 13:21:46 +0000
parents e87d36fd991f
children 02be2e278897
line wrap: on
line source

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