view bin/pastenquotes @ 3299:6b1788b17090

<nooodl> pastelogs monqy
author HackBot
date Sat, 13 Jul 2013 00:33:30 +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