view bin/learn @ 4816:a27a8dcca507

<GeekDude> mv bin\\pipes.sh bin\\pipes
author HackBot
date Fri, 12 Sep 2014 13:25:44 +0000
parents b3b11a73cd92
children 66fb0dc90cb9
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."