add sh to generate all java petstore client

This commit is contained in:
wing328 2016-01-05 15:07:48 +08:00
parent 5a74370180
commit e21edea98c

9
bin/java-petstore-all.sh Executable file
View File

@ -0,0 +1,9 @@
#!/bin/sh
# update java petstore for all supported http libraries
./bin/java-petstore.sh
./bin/java-petstore-jersey2.sh
./bin/java-petstore-feign.sh
./bin/java-petstore-okhttp-gson.sh
./bin/java-petstore-retrofit.sh
./bin/java-petstore-retrofit2.sh