changeset 4211:d616398f84e7

<fizzie> sed -i -e \'s/| head //\' bin/quoth # gonna bork it up somehow...
author HackBot
date Fri, 20 Dec 2013 13:57:08 +0000
parents 41a453cd289b
children f58ff8fa50de
files bin/quoth
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/bin/quoth	Thu Dec 19 21:20:11 2013 +0000
+++ b/bin/quoth	Fri Dec 20 13:57:08 2013 +0000
@@ -1,1 +1,1 @@
-allquotes | grep -i "<$1>" | shuf | head -n 1
+allquotes | grep -i "<$1>" | shuf -n 1