#!/usr/bin/env bash set -Eeuo pipefail random_string() { declare -r length="$1" tr -dc a-z