view bin/pastenquotes @ 2087:dbdaec9c97fd

<oerjan> pastelogs <oerjan.*[^o]d.*rmdr.*m.*
author HackBot
date Mon, 11 Feb 2013 22:16:37 +0000
parents e037173e0012
children
line wrap: on
line source

#!/bin/sh
n=$1
if [ "$((n+0))" != "$n" ]; then n=15; fi
allquotes | shuf -n $n | paste