view bin/pastenquotes @ 2694:4d15e185eaba

<impomatic> pastelogs `pastelogs
author HackBot
date Sun, 14 Apr 2013 12:32:47 +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