view bin/pastenquotes @ 11460:fbf363ff0402

<shachaf> swrjan s/punster/hero/
author HackBot
date Fri, 16 Mar 2018 21:47:17 +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