mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-06-21 08:10:50 +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
|