changeset 4209:0074bfa06f3a

<olsner> echo \'allquotes | grep -i "<$1>" | shuf | head -n 1\' > bin/quoth
author HackBot
date Thu, 19 Dec 2013 21:12:13 +0000
parents 8d81e3ea21f7
children 41a453cd289b
files bin/quoth
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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