view bin/learn @ 8624:6922961990ce

<oerjan> mkx bin/culprits//hoag "$@" | awk \'{print substr($1,2,length($1)-2)}\' | sed "s/.$/\\x0F&/" | xargs
author HackBot
date Mon, 27 Jun 2016 23:52:47 +0000
parents 8a4daea2a8de
children 25c26dcdd1df
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" >"wisdom/$topic"
echo "$verb '$topic': $1"