# HG changeset patch # User HackBot # Date 1411737827 0 # Node ID 82435183814a6b559fbb82c566447a74866def49 # Parent 2227c1e36931c46a89031e547edffb9858fa5e25 fetch http://codepad.org/PW0O3FBY/raw.txt diff -r 2227c1e36931 -r 82435183814a raw.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/raw.txt Fri Sep 26 13:23:47 2014 +0000 @@ -0,0 +1,4 @@ +#!/bin/bash +topic=$(echo "$1" | lowercase | sed 's/^\(an\?\|the\) //;s/s\? .*//') +echo "$1" >>"wisdom/$topic" +echo "I knew that." \ No newline at end of file