view bin/learn @ 3913:fcfc15863c88

<oerjan> pastelogs stuntaneous
author HackBot
date Wed, 16 Oct 2013 19:31:36 +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."