#!/bin/bash if [[ -f /opt/homebrew/bin/bpb ]]; then exec /opt/homebrew/bin/bpb "$@" else exec /usr/local/bin/bpb "$@" fi