view bin/pastenquotes @ 3146:474bb69a0025

<nooodl> pastelogs zzo38.*hth
author HackBot
date Sun, 16 Jun 2013 21:49:09 +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