view bin/pastenquotes @ 12148:5a30f2c8f891 draft

<oerjan> slbd whoops//s,[(],HACKENV$(,
author HackEso <hackeso@esolangs.org>
date Mon, 18 Nov 2019 02:33:53 +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