openapi-generator/bin/all-petstore.sh

52 lines
1.2 KiB
Bash
Raw Normal View History

2014-09-22 23:44:19 +00:00
#!/bin/sh
SCRIPT="$0"
while [ -h "$SCRIPT" ] ; do
ls=`ls -ld "$SCRIPT"`
link=`expr "$ls" : '.*-> \(.*\)$'`
if expr "$link" : '/.*' > /dev/null; then
SCRIPT="$link"
else
SCRIPT=`dirname "$SCRIPT"`/"$link"
fi
done
if [ ! -d "${APP_DIR}" ]; then
APP_DIR=`dirname "$SCRIPT"`/..
APP_DIR=`cd "${APP_DIR}"; pwd`
fi
cd $APP_DIR
./bin/akka-scala-petstore.sh
./bin/android-petstore.sh
./bin/clojure-petstore.sh
2015-03-28 14:55:15 +00:00
./bin/csharp-petstore.sh
2015-02-05 18:22:28 +00:00
./bin/dynamic-html.sh
./bin/haskell-petstore.sh
./bin/html-petstore.sh
2014-09-22 23:44:19 +00:00
./bin/java-petstore.sh
./bin/java-petstore-jersey2.sh
./bin/java-petstore-okhttp-gson.sh
./bin/java-petstore-retrofit.sh
2015-11-10 02:20:49 +00:00
+./bin/java-petstore-retrofit2.sh
./bin/jaxrs-petstore-server.sh
./bin/nodejs-petstore-server.sh
./bin/objc-petstore.sh
2015-06-09 05:52:01 +00:00
./bin/perl-petstore.sh
2015-02-16 03:50:23 +00:00
./bin/php-petstore.sh
./bin/python-petstore.sh
./bin/qt5-petstore.sh
2015-03-28 14:55:15 +00:00
./bin/ruby-petstore.sh
./bin/scala-async-petstore.sh
2015-02-16 06:20:08 +00:00
./bin/scala-petstore.sh
./bin/scalatra-petstore-server.sh
2015-06-17 08:01:24 +00:00
./bin/silex-petstore-server.sh
./bin/slim-petstore-server.sh
2015-04-04 20:46:35 +00:00
./bin/spring-mvc-petstore-server.sh
./bin/spring-mvc-petstore-j8-async-server.sh
./bin/swift-petstore.sh
2015-02-05 18:22:28 +00:00
./bin/tizen-petstore.sh
./bin/typescript-angular-petstore.sh
./bin/typescript-node-petstore.sh