mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2026-03-09 19:29:01 +00:00
7 lines
135 B
Bash
Executable File
7 lines
135 B
Bash
Executable File
#!/bin/sh
|
|
# update python petstore clients
|
|
|
|
./bin/python-asyncio-petstore.sh
|
|
./bin/python-petstore.sh
|
|
./bin/python-tornado-petstore.sh
|