chore: add help comment

I forgot macOS runs an old version of bash
This commit is contained in:
Marco Munizaga
2025-09-19 12:32:15 -07:00
parent c8e06bb688
commit 9f5a948c94

View File

@@ -1,6 +1,8 @@
#!/usr/bin/env bash
set -eou pipefail
# This script requires bash 4+, some macOS installations have bash 3
# Specify the protobuf release version
PROTOBUF_VERSION="29.2"