forked from loafle/openapi-generator-original
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
|