view bin/pastenquotes @ 5493:745dc4d8a920

<mroman_> echo Hi >> Complaints
author HackBot
date Tue, 09 Jun 2015 07:59:25 +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