view bin/learn @ 4025:bf522987e32c

<oerjan> sed -i \'s/sex/sex, thus killing it within a month/\' wisdom/sgeo
author HackBot
date Sun, 17 Nov 2013 05:37:33 +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."