view bin/learn @ 3273:bcc3c710fd0e

<ssstosis> chmod 777 bin/welcome13
author HackBot
date Wed, 03 Jul 2013 02:54:58 +0000
parents 231ca1c36641
children 045228d20aca
line wrap: on
line source

#!/bin/sh
topic=$(echo "$1" | sed 's/ .*//' | lowercase)
info=$(echo "$1" | sed 's/[^ ]* //')
echo "$1" >"wisdom/$topic"
echo "I knew that."