annotate bin/randquote @ 3142:78ce1b0d5593

<shachaf> echo \'sh -c "$1"\' > bin/rum; chmod +x bin/run
author HackBot
date Sun, 16 Jun 2013 21:44:22 +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