view bin/pastenquotes @ 654:396f3dd7ba85

<atriq> learn atriq is rot13 for something. Needs further investigation.
author HackBot
date Thu, 16 Aug 2012 20:12:06 +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