view raw.txt @ 4889:03388a1ceac3

<mroman_> fetch http://mroman.ch/raw.txt
author HackBot
date Fri, 26 Sep 2014 13:32:45 +0000
parents
children
line wrap: on
line source

#!/bin/bash
topic=$(echo "$1" | lowercase | sed 's/^\(an\?\|the\) //;s/s\? .*//')
stuff=$(echo "$1" | cut -d' ' -f2-)
echo "$stuff" >>"wisdom/$topic"
echo "I knew that."