view bin/pastenquotes @ 7957:4c1d79f8e62f

<oerjan> learn An amnesium is a school where you forget everything you learned after each test.
author HackBot
date Sat, 07 May 2016 23:08:27 +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