# HG changeset patch # User HackBot # Date 1370025062 0 # Node ID 88b9ca9bef519c740eab66789bb42243be931c4d # Parent b8b194e85a34c74cbe8cfe6618a1ad2d7c391803 sed -i \'1i#!/bin/bash\' bin/randquote diff -r b8b194e85a34 -r 88b9ca9bef51 bin/randquote --- a/bin/randquote Fri May 31 18:28:56 2013 +0000 +++ b/bin/randquote Fri May 31 18:31:02 2013 +0000 @@ -1,1 +1,2 @@ +#!/bin/bash quote "$@" | shuf -n 1