#!/usr/bin/env bash set -euo pipefail openapi-mock serve \ --specification-url petstore.yaml \ "$@"