#!/usr/bin/env bash DIR="$(cd "$(dirname "$0")" && pwd)" exec "/opt/homebrew/bin/node" "/opt/homebrew/bin/bare" "$DIR/index.mjs" "$@"