view bin/learn @ 3179:36efb2c68409

<oerjan> pastelogs next door
author HackBot
date Thu, 20 Jun 2013 08:08:25 +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."