view bin/slashlearn @ 5958:a5f4da8f525a

<nortti> echo \'echo FireFly Eldis4\' > bin/FireFlist
author HackBot
date Tue, 08 Sep 2015 19:08:42 +0000
parents 9c603f748542
children 73ffca368bac
line wrap: on
line source

#!/bin/bash
[[ "$1" = */* ]] || exit
topic=$(echo "$1" | lowercase | cut -d / -f 1)
[ -z "$topic" ] && exit 1
value=$(echo "$1" | cut -d / -f 2-)
echo "$value" > wisdom/"$topic" && echo "Learned «$topic»"