Skip to content

Instantly share code, notes, and snippets.

#!/bin/bash
set -eu
# Based on:
# https://gist.githubusercontent.com/bboozzoo/d4b142229b1915ef7cc0cf8593599ad9/raw/367f593d7ef61a3659951f42c699e86820a8db75/reproduce.sh
export LC_ALL=C
LOOPS=40
COUNT="${COUNT-20}"