#!/usr/bin/env bash # shellcheck disable=SC1090 # shellcheck disable=SC1091 source "$(dirname "$0")"/get_program_accounts.sh usage() { exitcode=0 if [[ -n "$1" ]]; then exitcode=1 echo "Error: $*" fi cat <