view bin/learn @ 3790:a7a693908599

<oerjan> learn Koen lives in the top of the Eiffel Tower.
author HackBot
date Wed, 18 Sep 2013 13:18:20 +0000
parents 761f0d451a32
children 74a3ab67cd2c
line wrap: on
line source

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