view bin/pastenquotes @ 1726:03235350a0e4

<oerjan> addquote <Sgeo> Actually, just as a guess, J might be worse than APL because it\'s restricted to normal (ascii?) characters, I guess
author HackBot
date Thu, 24 Jan 2013 23:18:27 +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