# HG changeset patch # User HackBot # Date 1370024936 0 # Node ID b8b194e85a34c74cbe8cfe6618a1ad2d7c391803 # Parent 247ad48f630ab0f2803a667c5e57502c502c8c7a echo \'quote "$@" | shuf -n 1\' > bin/randquote diff -r 247ad48f630a -r b8b194e85a34 bin/randquote --- a/bin/randquote Fri May 31 18:27:26 2013 +0000 +++ b/bin/randquote Fri May 31 18:28:56 2013 +0000 @@ -1,1 +1,1 @@ -quote $1 | shuf | head --lines=1 +quote "$@" | shuf -n 1