view bin/pastenquotes @ 4204:59ead7c90aeb

<oerjan> learn An omalous wisdom is anomalous.
author HackBot
date Thu, 19 Dec 2013 21:03:56 +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