mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-06-16 13:50:55 +00:00
9 lines
105 B
Bash
Executable File
9 lines
105 B
Bash
Executable File
#!/bin/sh
|
|
|
|
# default setting
|
|
./bin/objc-petstore.sh
|
|
|
|
# coredata support
|
|
./bin/objc-petstore-coredata.sh
|
|
|