view bin/pastenquotes @ 6480:901173f73851

<olsner> cp bin/2014 bin/2017
author HackBot
date Fri, 01 Jan 2016 18:00:59 +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