view le/rn_append @ 9197:50948e2c4a94

<oerjan> learn \xc3\x96rjan is oerjan\'s Nazi clone. He helps run the secret base on the backside of the moon.
author HackBot
date Sat, 08 Oct 2016 23:22:19 +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"