#!/bin/sh set -eu gen() { openssl rand -hex 32; } cat <