view bin/pastenquotes @ 3465:b24386a7e1fb

<Jafet> pastelogs Mozilla/5.0
author HackBot
date Fri, 23 Aug 2013 12:50:55 +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