annotate bin/randquote @ 3278:ecd72be84baa

<elliott> addquote <shachaf> Hmm, is an Electronic Signature in a PDF file a thing? <shachaf> How do they work? <zzo38> [1] Yes. [2] It doesn\'t.
author HackBot
date Thu, 04 Jul 2013 02:22:29 +0000
parents 88b9ca9bef51
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
3013
88b9ca9bef51 <oerjan> sed -i \'1i#!/bin/bash\' bin/randquote
HackBot
parents: 3012
diff changeset
1 #!/bin/bash
3012
b8b194e85a34 <oerjan> echo \'quote "$@" | shuf -n 1\' > bin/randquote
HackBot
parents: 3010
diff changeset
2 quote "$@" | shuf -n 1