mirror of
https://github.com/valitydev/openapi-generator.git
synced 2024-11-06 10:35:25 +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
|
|
|