view bin/learn @ 5838:600e1ac6d932

<b_jonas> ` o=bin/culprits-c && echo $\'#!/bin/sh\\n\'\'culprits "$@" | tr \\ \\\\n | sort | uniq -c | sort -rn | tr -s \\\\n\\ \\ \' > "$o" && chmod a+x "$o"
author HackBot
date Sun, 12 Jul 2015 12:44:14 +0000
parents 1fb4c1cc0fb9
children 23da73664984
line wrap: on
line source

#!/bin/bash
topic=$(echo "$1" | lowercase | sed 's/^\(an\?\|the\) //;s/s\? .*//')
echo "$1" >"wisdom/$topic"
echo "Learned '$topic': $1"