view bin/pastenquotes @ 12489:6b1d2bb35c60 draft

<int-e> ` mv /hackenv/share/UnicodeData.txt /hackenv/share/UnicodeData.txt.bak
author HackEso <hackeso@esolangs.org>
date Fri, 10 Nov 2023 13:31:08 +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