# HG changeset patch # User HackBot # Date 1387487533 0 # Node ID 0074bfa06f3a0429cafd1074d04a34fc978dbf5d # Parent 8d81e3ea21f7ec5eaee8a2487aa209ce5ba5e5e8 echo \'allquotes | grep -i "<$1>" | shuf | head -n 1\' > bin/quoth diff -r 8d81e3ea21f7 -r 0074bfa06f3a bin/quoth --- a/bin/quoth Thu Dec 19 21:11:46 2013 +0000 +++ b/bin/quoth Thu Dec 19 21:12:13 2013 +0000 @@ -1,1 +1,1 @@ -allquotes | grep "$1" | shuf | head -n 1 +allquotes | grep -i "<$1>" | shuf | head -n 1