#!/usr/bin/env bash set -euo pipefail ROOT="$(cd "$(dirname "$0")/.." && pwd)" exec bash "${ROOT}/scripts/release-portal-runtime-prod.sh" --mode fast "$@"