view bin/pastenquotes @ 532:c90f231100fd

<quintopia> (unknown command)
author HackBot
date Fri, 15 Jun 2012 02:59:49 +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