view bin/pastenquotes @ 9710:a389b33b1a47

<oerjan> ` mv bin/whoops{s,}
author HackBot
date Thu, 17 Nov 2016 17:27:02 +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