view le/rn_append @ 7535:b5736a4bcc2b

<oerjan> learn_append int-e Hen st\xc3\xa5r f\xc3\xb6r sig sj\xc3\xa4lv.
author HackBot
date Mon, 25 Apr 2016 22:30:28 +0000
parents 07e92c85b28c
children 0356fbd182e8
line wrap: on
line source

#!/bin/bash
[[ "$1" = */* ]] || exit
topic=$(echo "$1" | lowercase | cut -d / -f 1)
[ -z "$topic" ] && exit 1
stuff=$(echo "$1" | cut -d / -f 2-)
perl -i -p -e 's/\n/ /' "wisdom/$topic"
echo "$stuff" >>"wisdom/$topic"
echo -n "Learned '$topic': "
cat "wisdom/$topic"