view bin/pastenquotes @ 5423:5b4d526d7502

<oerjan> ` ln -s real wisdom/{"the reals"}
author HackBot
date Sat, 06 Jun 2015 16:14:37 +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