view bin/pastenquotes @ 3438:59820526f066

<Roujo> random="$(dd if=/dev/urandom bs=500 count=1)"; echo $random > random
author HackBot
date Mon, 19 Aug 2013 17:47: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