mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-06-18 06:40:51 +00:00
8 lines
173 B
Bash
Executable File
8 lines
173 B
Bash
Executable File
#!/bin/sh
|
|
# update python petstore clients
|
|
|
|
./bin/python-asyncio-petstore.sh
|
|
./bin/python-petstore.sh
|
|
./bin/python-experimental-petstore.sh
|
|
./bin/python-tornado-petstore.sh
|