#!/usr/bin/env bash declare path="" declare -ra fnames=( 'functions' 'global_flow' ) if [[ "$1" == -h || "$1" == --help ]]; then cat <