health.sh 85 B

123
  1. #!/usr/bin/env bash
  2. set -euo pipefail
  3. curl -fsS "${1:-http://127.0.0.1:8590/health}"