view bin/learn @ 4221:19624cfb341a

<mauke> cp ploki/ploki bin/
author HackBot
date Fri, 20 Dec 2013 22:11:30 +0000
parents e87d36fd991f
children 02be2e278897
line wrap: on
line source

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