view bin/learn @ 3283:b795c560b4a8

<oerjan> echo \'A partial order is just a small thin skeletal category.\' >wisdom/\'partial order\'
author HackBot
date Sat, 06 Jul 2013 03:41:20 +0000
parents 231ca1c36641
children 045228d20aca
line wrap: on
line source

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