comparison bin/learn @ 0:e037173e0012

Initial import.
author HackBot
date Thu, 16 Feb 2012 19:42:32 +0000
parents
children 231ca1c36641
comparison
equal deleted inserted replaced
-1:000000000000 0:e037173e0012
1 #!/bin/sh
2 topic=$(echo "$1" | sed 's/ .*//' | tr A-Z a-z)
3 info=$(echo "$1" | sed 's/[^ ]* //')
4 echo "$1" >"wisdom/$topic"
5 echo "I knew that."
6