view bin/pastenquotes @ 6858:ff90693af5e8

<Elronnd> touch hw/python
author HackBot
date Mon, 15 Feb 2016 01:54:13 +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