view bin/pastenquotes @ 11339:a3b6a53b86d8

<shachaf> le//rn_append dowg//One who uses many dowgs is known as a dowager.
author HackBot
date Sat, 03 Feb 2018 02:52:09 +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