view bin/pastenquotes @ 12409:804e1d3013a7 draft

<b_jonas> learn prefixes Bot prefixes: fungot ^, HackEso `, EgoBot !, lambdabot @ or ? or >, thutubot +, metasepia ~, idris-bot ( , jconn ) , j-bot [ , bfbot =, velik \\.
author HackEso <hackeso@esolangs.org>
date Sun, 04 Jul 2021 11:33:30 +0100
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