view bin/pastenquotes @ 2669:ce9c88a62c43

<kmc> ln -s /bin/mv bin/mov
author HackBot
date Sun, 14 Apr 2013 00:57:18 +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