view bin/pastenquotes @ 3971:49a5d6226284

<john_metcalf> pastelogs itsy
author HackBot
date Fri, 01 Nov 2013 22:32:44 +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