view bin/learn @ 4725:e4f72e2fe640

<oerjan> ` strings bin/searchlog | paste
author HackBot
date Tue, 19 Aug 2014 09:53:27 +0000
parents 7f957c1f4661
children e67a5178dfd3
line wrap: on
line source

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