view bin/pastenquotes @ 8997:afa2eddb9004

<int-e> revert
author HackBot
date Wed, 31 Aug 2016 21:50:31 +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