view bin/pastenquotes @ 6955:a6b664d4b132

<ais523> ` ln -s tomfoolery bin/\'??\'
author HackBot
date Wed, 24 Feb 2016 09:17: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