1#!/bin/bash 2 3if [[ -f /opt/homebrew/bin/bpb ]]; then 4 exec /opt/homebrew/bin/bpb "$@" 5else 6 exec /usr/local/bin/bpb "$@" 7fi