#!/bin/bash
# macOS HQ API helper trampoline.
# The implementation is shared with Linux (pure bash + curl + jq).
exec "$(dirname "$0")/../../linux/bin/hq" "$@"
