view bin/pastenquotes @ 8054:8c771ec472f4

<xfix> ` mv gistfile1.txt hw/perl
author HackBot
date Sat, 14 May 2016 16:05:06 +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