view bin/pastenquotes @ 2916:97ee652e5dd6

<nooodl__> learn nooodl is a nooodl nooodl nooodl.
author HackBot
date Wed, 15 May 2013 19:30:10 +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