view bin/learn @ 9040:19787136f74d

<oerjan> slwd synergy//s/[^.]*/Synergy is when the whole is greater than the sum of its parts/
author HackBot
date Thu, 15 Sep 2016 01:18:05 +0000
parents 25c26dcdd1df
children
line wrap: on
line source

#!/bin/bash
topic=$(echo "$1" | lowercase | sed 's/^\(an\?\|the\) //;s/s\?[:;,.!?]\? .*//')
[ -e "wisdom/$topic" ] && verb="Relearned" || verb="Learned"
echo "$1" >"$(echo-p "wisdom/$topic")"
echo "$verb '$topic': $1"