view bin/pastenquotes @ 12258:d1096e51d5e5 draft

<int-e> mkx ../bin/"//\\`^ 2 quote "$@"
author HackEso <hackeso@esolangs.org>
date Sat, 07 Dec 2019 23:39:35 +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