view bin/learn_append2 @ 5036:3f2d38bf3be6

<Taneb> echo "loop: see loop" > wisdom/loop
author HackBot
date Fri, 10 Oct 2014 10:53:11 +0000
parents c37b8874cc48
children
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."