view bin/pastenquotes @ 7416:cf8538dacd3e

<b_jonas> learn norm is the most confusingly named function in C++
author HackBot
date Sun, 17 Apr 2016 20:17:33 +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