view bin/pastenquotes @ 9374:f11f9d7272c8

<oerjan> slwd cemental//s/ack/awk/
author HackBot
date Thu, 20 Oct 2016 01:29:52 +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