view bin/pastenquotes @ 9278:8d6630077d4a

<oerjan> learn i,i is short for "I have wasps in my underwear, and want to distract myself by saying".
author HackBot
date Fri, 14 Oct 2016 01:40:16 +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