7 lines
106 B
Bash
Executable file
7 lines
106 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
set -euo pipefail
|
|
|
|
openapi-mock serve \
|
|
--specification-url petstore.yaml \
|
|
"$@"
|