view bin/pastenquotes @ 3300:08562e5ad22a

<mnoqy> addquote <kmc> are you a hardcore PC gamer Sgeo_ <Sgeo_> Want to be
author HackBot
date Sat, 13 Jul 2013 20:23:34 +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