view bin/pastenquotes @ 9957:5b926e894a4f

<shachaf> slwd piet//s#or#our#
author HackBot
date Mon, 12 Dec 2016 03:53:32 +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