#!/usr/bin/env bash if ! [[ "$0" =~ "tests/semaphore.test.bash" ]]; then echo "must be run from repository root" exit 255 fi <