view bin/learn @ 4274:7d50abd2515f

<zzo38> gcc -s -O2 -o bin/utftovlq -x c UNPA
author HackBot
date Tue, 07 Jan 2014 03:55:25 +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."