view bin/pastenquotes @ 956:82a876c32fa3

<coppro> delquote 325
author HackBot
date Sat, 08 Dec 2012 06:39:55 +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