changeset 5042:cf82f194fa22

<oerjan> rm bin/learn
author HackBot
date Fri, 10 Oct 2014 11:32:22 +0000
parents 835650d170de
children 1fb4c1cc0fb9
files bin/learn
diffstat 1 files changed, 0 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/bin/learn	Fri Oct 10 11:28:54 2014 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,5 +0,0 @@
-#!/bin/bash
-topic=$(echo "$1" | lowercase | sed 's/^\(an\?\|the\) //;s/s\? .*//')
-echo "$1" >"wisdom/$topic"
-echo "Learned '$topic': $1"
-