view bin/pastenquotes @ 11336:3e52041e3b35

<int-e> mkx bin/dc//DC_LINE_LENGTH=10000 /usr/bin/dc "$@"
author HackBot
date Sun, 28 Jan 2018 20:50: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