diff --git a/bin/ada-petstore.sh b/bin/ada-petstore.sh index 4336ce47fb0..cc2db074242 100755 --- a/bin/ada-petstore.sh +++ b/bin/ada-petstore.sh @@ -1,6 +1,7 @@ #!/usr/bin/env bash SCRIPT="$0" +echo "# START SCRIPT: $SCRIPT" while [ -h "$SCRIPT" ] ; do ls=`ls -ld "$SCRIPT"` diff --git a/bin/akka-scala-petstore.sh b/bin/akka-scala-petstore.sh index 2f1732c37a2..ccacb38950d 100755 --- a/bin/akka-scala-petstore.sh +++ b/bin/akka-scala-petstore.sh @@ -1,6 +1,7 @@ #!/bin/sh SCRIPT="$0" +echo "# START SCRIPT: $SCRIPT" while [ -h "$SCRIPT" ] ; do ls=`ls -ld "$SCRIPT"` diff --git a/bin/android-petstore-httpclient.sh b/bin/android-petstore-httpclient.sh index 8072feac2ed..873a56486d3 100755 --- a/bin/android-petstore-httpclient.sh +++ b/bin/android-petstore-httpclient.sh @@ -1,6 +1,7 @@ #!/bin/sh SCRIPT="$0" +echo "# START SCRIPT: $SCRIPT" while [ -h "$SCRIPT" ] ; do ls=`ls -ld "$SCRIPT"` diff --git a/bin/android-petstore-volley.sh b/bin/android-petstore-volley.sh index d8b4d93d9d8..9a80b3577c1 100755 --- a/bin/android-petstore-volley.sh +++ b/bin/android-petstore-volley.sh @@ -1,6 +1,7 @@ #!/bin/sh SCRIPT="$0" +echo "# START SCRIPT: $SCRIPT" while [ -h "$SCRIPT" ] ; do ls=`ls -ld "$SCRIPT"` diff --git a/bin/apache2-petstore-config.sh b/bin/apache2-petstore-config.sh index 282f1ab78f3..dfde76ccb3c 100755 --- a/bin/apache2-petstore-config.sh +++ b/bin/apache2-petstore-config.sh @@ -1,6 +1,7 @@ #!/usr/bin/env bash SCRIPT="$0" +echo "# START SCRIPT: $SCRIPT" while [ -h "$SCRIPT" ] ; do ls=`ls -ld "$SCRIPT"` diff --git a/bin/apex-petstore.sh b/bin/apex-petstore.sh index 75bebd2c4a9..d95d74bee8a 100755 --- a/bin/apex-petstore.sh +++ b/bin/apex-petstore.sh @@ -1,6 +1,7 @@ #!/bin/sh SCRIPT="$0" +echo "# START SCRIPT: $SCRIPT" while [ -h "$SCRIPT" ] ; do ls=`ls -ld "$SCRIPT"` diff --git a/bin/aspnetcore-petstore-server.sh b/bin/aspnetcore-petstore-server.sh index a39909c5d3c..7b8c42fb15e 100755 --- a/bin/aspnetcore-petstore-server.sh +++ b/bin/aspnetcore-petstore-server.sh @@ -1,6 +1,7 @@ #!/usr/bin/env bash SCRIPT="$0" +echo "# START SCRIPT: $SCRIPT" while [ -h "$SCRIPT" ] ; do ls=`ls -ld "$SCRIPT"` diff --git a/bin/bash-petstore.sh b/bin/bash-petstore.sh index a9c593c7661..b3311e1b8cf 100755 --- a/bin/bash-petstore.sh +++ b/bin/bash-petstore.sh @@ -1,6 +1,7 @@ #!/bin/sh SCRIPT="$0" +echo "# START SCRIPT: $SCRIPT" while [ -h "$SCRIPT" ] ; do ls=`ls -ld "$SCRIPT"` diff --git a/bin/clojure-petstore.sh b/bin/clojure-petstore.sh index 2e51c82666f..c86ffb706c2 100755 --- a/bin/clojure-petstore.sh +++ b/bin/clojure-petstore.sh @@ -1,6 +1,7 @@ #!/bin/sh SCRIPT="$0" +echo "# START SCRIPT: $SCRIPT" while [ -h "$SCRIPT" ] ; do ls=`ls -ld "$SCRIPT"` diff --git a/bin/cpprest-petstore.sh b/bin/cpprest-petstore.sh index 1d4648f44d4..5c7a16bb99f 100755 --- a/bin/cpprest-petstore.sh +++ b/bin/cpprest-petstore.sh @@ -1,6 +1,7 @@ #!/bin/sh SCRIPT="$0" +echo "# START SCRIPT: $SCRIPT" while [ -h "$SCRIPT" ] ; do ls=`ls -ld "$SCRIPT"` diff --git a/bin/csharp-dotnet2-petstore.sh b/bin/csharp-dotnet2-petstore.sh index 2dde9b6a636..dbb27da3db5 100755 --- a/bin/csharp-dotnet2-petstore.sh +++ b/bin/csharp-dotnet2-petstore.sh @@ -1,6 +1,7 @@ #!/bin/sh SCRIPT="$0" +echo "# START SCRIPT: $SCRIPT" while [ -h "$SCRIPT" ] ; do ls=`ls -ld "$SCRIPT"` diff --git a/bin/csharp-petstore-net-35.sh b/bin/csharp-petstore-net-35.sh index c5c35d7c9a8..a647d499c58 100755 --- a/bin/csharp-petstore-net-35.sh +++ b/bin/csharp-petstore-net-35.sh @@ -1,6 +1,7 @@ #!/bin/sh SCRIPT="$0" +echo "# START SCRIPT: $SCRIPT" while [ -h "$SCRIPT" ] ; do ls=`ls -ld "$SCRIPT"` diff --git a/bin/csharp-petstore-net-40.sh b/bin/csharp-petstore-net-40.sh index 74f9d7f08fd..7594433a6e5 100755 --- a/bin/csharp-petstore-net-40.sh +++ b/bin/csharp-petstore-net-40.sh @@ -1,6 +1,7 @@ #!/bin/sh SCRIPT="$0" +echo "# START SCRIPT: $SCRIPT" while [ -h "$SCRIPT" ] ; do ls=`ls -ld "$SCRIPT"` diff --git a/bin/csharp-petstore-net-standard.sh b/bin/csharp-petstore-net-standard.sh index 3127b2dbb35..c14bfb4959d 100755 --- a/bin/csharp-petstore-net-standard.sh +++ b/bin/csharp-petstore-net-standard.sh @@ -1,6 +1,7 @@ #!/bin/sh SCRIPT="$0" +echo "# START SCRIPT: $SCRIPT" while [ -h "$SCRIPT" ] ; do ls=`ls -ld "$SCRIPT"` diff --git a/bin/csharp-petstore-netcore-project.sh b/bin/csharp-petstore-netcore-project.sh index 8567c68722c..5b8a414dc0f 100755 --- a/bin/csharp-petstore-netcore-project.sh +++ b/bin/csharp-petstore-netcore-project.sh @@ -1,6 +1,7 @@ #!/bin/sh SCRIPT="$0" +echo "# START SCRIPT: $SCRIPT" while [ -h "$SCRIPT" ] ; do ls=`ls -ld "$SCRIPT"` diff --git a/bin/csharp-petstore.sh b/bin/csharp-petstore.sh index a1a30855637..a439540a8ef 100755 --- a/bin/csharp-petstore.sh +++ b/bin/csharp-petstore.sh @@ -1,6 +1,7 @@ #!/bin/sh SCRIPT="$0" +echo "# START SCRIPT: $SCRIPT" while [ -h "$SCRIPT" ] ; do ls=`ls -ld "$SCRIPT"` diff --git a/bin/csharp-property-changed-petstore.sh b/bin/csharp-property-changed-petstore.sh index 3eb59b93a8e..374857434e5 100755 --- a/bin/csharp-property-changed-petstore.sh +++ b/bin/csharp-property-changed-petstore.sh @@ -1,6 +1,7 @@ #!/bin/sh SCRIPT="$0" +echo "# START SCRIPT: $SCRIPT" while [ -h "$SCRIPT" ] ; do ls=`ls -ld "$SCRIPT"` diff --git a/bin/cwiki-petstore.sh b/bin/cwiki-petstore.sh index e95c03a8f99..4780deccf35 100755 --- a/bin/cwiki-petstore.sh +++ b/bin/cwiki-petstore.sh @@ -1,6 +1,7 @@ #!/bin/sh SCRIPT="$0" +echo "# START SCRIPT: $SCRIPT" while [ -h "$SCRIPT" ] ; do ls=`ls -ld "$SCRIPT"` diff --git a/bin/dart-petstore.sh b/bin/dart-petstore.sh index fc7ac9a2b7b..4875c422902 100755 --- a/bin/dart-petstore.sh +++ b/bin/dart-petstore.sh @@ -1,6 +1,7 @@ #!/bin/sh SCRIPT="$0" +echo "# START SCRIPT: $SCRIPT" while [ -h "$SCRIPT" ] ; do ls=`ls -ld "$SCRIPT"` diff --git a/bin/dynamic-html.sh b/bin/dynamic-html.sh index ceafdc2b46d..df4ecf6ac7e 100755 --- a/bin/dynamic-html.sh +++ b/bin/dynamic-html.sh @@ -1,6 +1,7 @@ #!/bin/sh SCRIPT="$0" +echo "# START SCRIPT: $SCRIPT" while [ -h "$SCRIPT" ] ; do ls=`ls -ld "$SCRIPT"` diff --git a/bin/eiffel-petstore.sh b/bin/eiffel-petstore.sh index 3ace710122a..0ca4bde2302 100755 --- a/bin/eiffel-petstore.sh +++ b/bin/eiffel-petstore.sh @@ -1,6 +1,7 @@ #!/bin/sh SCRIPT="$0" +echo "# START SCRIPT: $SCRIPT" while [ -h "$SCRIPT" ] ; do ls=`ls -ld "$SCRIPT"` diff --git a/bin/elixir-petstore.sh b/bin/elixir-petstore.sh index 7d7e17841fd..2fe730aac8f 100755 --- a/bin/elixir-petstore.sh +++ b/bin/elixir-petstore.sh @@ -1,6 +1,7 @@ #!/bin/sh SCRIPT="$0" +echo "# START SCRIPT: $SCRIPT" while [ -h "$SCRIPT" ] ; do ls=`ls -ld "$SCRIPT"` diff --git a/bin/elm-petstore.sh b/bin/elm-petstore.sh index 6ccd8b02956..81133c1ab34 100755 --- a/bin/elm-petstore.sh +++ b/bin/elm-petstore.sh @@ -1,6 +1,7 @@ #!/bin/sh SCRIPT="$0" +echo "# START SCRIPT: $SCRIPT" while [ -h "$SCRIPT" ] ; do ls=`ls -ld "$SCRIPT"` diff --git a/bin/erlang-petstore-client.sh b/bin/erlang-petstore-client.sh index da5292050c5..3d72212246c 100755 --- a/bin/erlang-petstore-client.sh +++ b/bin/erlang-petstore-client.sh @@ -1,6 +1,7 @@ #!/bin/sh SCRIPT="$0" +echo "# START SCRIPT: $SCRIPT" while [ -h "$SCRIPT" ] ; do ls=`ls -ld "$SCRIPT"` diff --git a/bin/erlang-petstore-server.sh b/bin/erlang-petstore-server.sh index 6f8fd8145a0..90894336029 100755 --- a/bin/erlang-petstore-server.sh +++ b/bin/erlang-petstore-server.sh @@ -1,6 +1,7 @@ #!/bin/sh SCRIPT="$0" +echo "# START SCRIPT: $SCRIPT" while [ -h "$SCRIPT" ] ; do ls=`ls -ld "$SCRIPT"` diff --git a/bin/finch-petstore-server.sh b/bin/finch-petstore-server.sh index c0648ed9a0f..eb00f9b7b35 100755 --- a/bin/finch-petstore-server.sh +++ b/bin/finch-petstore-server.sh @@ -1,6 +1,7 @@ #!/bin/sh SCRIPT="$0" +echo "# START SCRIPT: $SCRIPT" while [ -h "$SCRIPT" ] ; do ls=`ls -ld "$SCRIPT"` diff --git a/bin/flash-petstore.sh b/bin/flash-petstore.sh index 752ed2906b5..cbb5e3b2eac 100755 --- a/bin/flash-petstore.sh +++ b/bin/flash-petstore.sh @@ -1,6 +1,7 @@ #!/bin/sh SCRIPT="$0" +echo "# START SCRIPT: $SCRIPT" while [ -h "$SCRIPT" ] ; do ls=`ls -ld "$SCRIPT"` diff --git a/bin/go-petstore-server.sh b/bin/go-petstore-server.sh index b3d2996397f..f5fe4beee0b 100755 --- a/bin/go-petstore-server.sh +++ b/bin/go-petstore-server.sh @@ -1,6 +1,7 @@ #!/bin/sh SCRIPT="$0" +echo "# START SCRIPT: $SCRIPT" while [ -h "$SCRIPT" ] ; do ls=`ls -ld "$SCRIPT"` diff --git a/bin/go-petstore-withxml.sh b/bin/go-petstore-withxml.sh index ade5db995f6..eccdc2a3d9e 100644 --- a/bin/go-petstore-withxml.sh +++ b/bin/go-petstore-withxml.sh @@ -1,6 +1,7 @@ #!/bin/sh SCRIPT="$0" +echo "# START SCRIPT: $SCRIPT" while [ -h "$SCRIPT" ] ; do ls=`ls -ld "$SCRIPT"` diff --git a/bin/go-petstore.sh b/bin/go-petstore.sh index 8013e257258..50f2af601cc 100755 --- a/bin/go-petstore.sh +++ b/bin/go-petstore.sh @@ -1,6 +1,7 @@ #!/bin/sh SCRIPT="$0" +echo "# START SCRIPT: $SCRIPT" while [ -h "$SCRIPT" ] ; do ls=`ls -ld "$SCRIPT"` diff --git a/bin/groovy-petstore.sh b/bin/groovy-petstore.sh index 8e4b720963c..8937dc655e0 100755 --- a/bin/groovy-petstore.sh +++ b/bin/groovy-petstore.sh @@ -1,6 +1,7 @@ #!/bin/sh SCRIPT="$0" +echo "# START SCRIPT: $SCRIPT" while [ -h "$SCRIPT" ] ; do ls=`ls -ld "$SCRIPT"` diff --git a/bin/haskell-http-client-petstore.sh b/bin/haskell-http-client-petstore.sh index 421e0649569..f698b3f96bc 100755 --- a/bin/haskell-http-client-petstore.sh +++ b/bin/haskell-http-client-petstore.sh @@ -1,6 +1,7 @@ #!/bin/sh SCRIPT="$0" +echo "# START SCRIPT: $SCRIPT" while [ -h "$SCRIPT" ] ; do ls=`ls -ld "$SCRIPT"` diff --git a/bin/haskell-servant-petstore.sh b/bin/haskell-servant-petstore.sh index 0dfee56f8ea..58f5a65e235 100755 --- a/bin/haskell-servant-petstore.sh +++ b/bin/haskell-servant-petstore.sh @@ -1,6 +1,7 @@ #!/bin/sh SCRIPT="$0" +echo "# START SCRIPT: $SCRIPT" while [ -h "$SCRIPT" ] ; do ls=`ls -ld "$SCRIPT"` diff --git a/bin/html-markdown.sh b/bin/html-markdown.sh index 23d2ba55912..449bcea129f 100755 --- a/bin/html-markdown.sh +++ b/bin/html-markdown.sh @@ -1,6 +1,7 @@ #!/bin/sh SCRIPT="$0" +echo "# START SCRIPT: $SCRIPT" while [ -h "$SCRIPT" ] ; do ls=`ls -ld "$SCRIPT"` diff --git a/bin/html-petstore.sh b/bin/html-petstore.sh index 540c0fa5375..8e0958a579c 100755 --- a/bin/html-petstore.sh +++ b/bin/html-petstore.sh @@ -1,6 +1,7 @@ #!/bin/sh SCRIPT="$0" +echo "# START SCRIPT: $SCRIPT" while [ -h "$SCRIPT" ] ; do ls=`ls -ld "$SCRIPT"` diff --git a/bin/html2-petstore.sh b/bin/html2-petstore.sh index 1a543027693..821c7009031 100755 --- a/bin/html2-petstore.sh +++ b/bin/html2-petstore.sh @@ -1,6 +1,7 @@ #!/bin/sh SCRIPT="$0" +echo "# START SCRIPT: $SCRIPT" while [ -h "$SCRIPT" ] ; do ls=`ls -ld "$SCRIPT"` diff --git a/bin/java-inflector-petstore-server.sh b/bin/java-inflector-petstore-server.sh index 67fed262a4c..275f718f9b4 100755 --- a/bin/java-inflector-petstore-server.sh +++ b/bin/java-inflector-petstore-server.sh @@ -1,6 +1,7 @@ #!/bin/sh SCRIPT="$0" +echo "# START SCRIPT: $SCRIPT" while [ -h "$SCRIPT" ] ; do ls=`ls -ld "$SCRIPT"` diff --git a/bin/java-msf4j-petstore-server.sh b/bin/java-msf4j-petstore-server.sh index abf6a838c56..e67d67c56df 100755 --- a/bin/java-msf4j-petstore-server.sh +++ b/bin/java-msf4j-petstore-server.sh @@ -1,6 +1,7 @@ #!/bin/sh SCRIPT="$0" +echo "# START SCRIPT: $SCRIPT" while [ -h "$SCRIPT" ] ; do ls=`ls -ld "$SCRIPT"` diff --git a/bin/java-petstore-feign.sh b/bin/java-petstore-feign.sh index 5a96bbdf870..7dad801b8f1 100755 --- a/bin/java-petstore-feign.sh +++ b/bin/java-petstore-feign.sh @@ -1,6 +1,7 @@ #!/bin/sh SCRIPT="$0" +echo "# START SCRIPT: $SCRIPT" while [ -h "$SCRIPT" ] ; do ls=`ls -ld "$SCRIPT"` diff --git a/bin/java-petstore-google-api-client.sh b/bin/java-petstore-google-api-client.sh index 6bb1b217c5c..cd79f64b575 100755 --- a/bin/java-petstore-google-api-client.sh +++ b/bin/java-petstore-google-api-client.sh @@ -1,6 +1,7 @@ #!/bin/sh SCRIPT="$0" +echo "# START SCRIPT: $SCRIPT" while [ -h "$SCRIPT" ] ; do ls=`ls -ld "$SCRIPT"` diff --git a/bin/java-petstore-jersey1.sh b/bin/java-petstore-jersey1.sh index 0bec007ad87..988ce6e4deb 100755 --- a/bin/java-petstore-jersey1.sh +++ b/bin/java-petstore-jersey1.sh @@ -1,6 +1,7 @@ #!/bin/sh SCRIPT="$0" +echo "# START SCRIPT: $SCRIPT" while [ -h "$SCRIPT" ] ; do ls=`ls -ld "$SCRIPT"` diff --git a/bin/java-petstore-jersey2-java6.sh b/bin/java-petstore-jersey2-java6.sh index 5911cd20dbe..7b14dd8e0d1 100755 --- a/bin/java-petstore-jersey2-java6.sh +++ b/bin/java-petstore-jersey2-java6.sh @@ -1,6 +1,7 @@ #!/bin/sh SCRIPT="$0" +echo "# START SCRIPT: $SCRIPT" while [ -h "$SCRIPT" ] ; do ls=`ls -ld "$SCRIPT"` diff --git a/bin/java-petstore-jersey2.sh b/bin/java-petstore-jersey2.sh index 5734ef0d715..2d951ca4916 100755 --- a/bin/java-petstore-jersey2.sh +++ b/bin/java-petstore-jersey2.sh @@ -1,6 +1,7 @@ #!/bin/sh SCRIPT="$0" +echo "# START SCRIPT: $SCRIPT" while [ -h "$SCRIPT" ] ; do ls=`ls -ld "$SCRIPT"` diff --git a/bin/java-petstore-okhttp-gson-parcelable.sh b/bin/java-petstore-okhttp-gson-parcelable.sh index b956e04f4fc..49f62b15c03 100755 --- a/bin/java-petstore-okhttp-gson-parcelable.sh +++ b/bin/java-petstore-okhttp-gson-parcelable.sh @@ -1,6 +1,7 @@ #!/bin/sh SCRIPT="$0" +echo "# START SCRIPT: $SCRIPT" while [ -h "$SCRIPT" ] ; do ls=`ls -ld "$SCRIPT"` diff --git a/bin/java-petstore-okhttp-gson.sh b/bin/java-petstore-okhttp-gson.sh index 8f5ed6401a9..bd7b96bbc92 100755 --- a/bin/java-petstore-okhttp-gson.sh +++ b/bin/java-petstore-okhttp-gson.sh @@ -1,6 +1,7 @@ #!/bin/sh SCRIPT="$0" +echo "# START SCRIPT: $SCRIPT" while [ -h "$SCRIPT" ] ; do ls=`ls -ld "$SCRIPT"` diff --git a/bin/java-petstore-rest-assured.sh b/bin/java-petstore-rest-assured.sh index 4a214025dba..30c8ac2b20e 100755 --- a/bin/java-petstore-rest-assured.sh +++ b/bin/java-petstore-rest-assured.sh @@ -1,6 +1,7 @@ #!/bin/sh SCRIPT="$0" +echo "# START SCRIPT: $SCRIPT" while [ -h "$SCRIPT" ] ; do ls=`ls -ld "$SCRIPT"` diff --git a/bin/java-petstore-resteasy.sh b/bin/java-petstore-resteasy.sh index 5e728e95d89..4c2dfca402d 100755 --- a/bin/java-petstore-resteasy.sh +++ b/bin/java-petstore-resteasy.sh @@ -1,6 +1,7 @@ #!/bin/sh SCRIPT="$0" +echo "# START SCRIPT: $SCRIPT" while [ -h "$SCRIPT" ] ; do ls=`ls -ld "$SCRIPT"` diff --git a/bin/java-petstore-resttemplate-withxml.sh b/bin/java-petstore-resttemplate-withxml.sh index ee134ce82f6..4db89413d9a 100755 --- a/bin/java-petstore-resttemplate-withxml.sh +++ b/bin/java-petstore-resttemplate-withxml.sh @@ -1,6 +1,7 @@ #!/bin/sh SCRIPT="$0" +echo "# START SCRIPT: $SCRIPT" while [ -h "$SCRIPT" ] ; do ls=`ls -ld "$SCRIPT"` diff --git a/bin/java-petstore-resttemplate.sh b/bin/java-petstore-resttemplate.sh index 7b6266bf1c7..636cba156f2 100755 --- a/bin/java-petstore-resttemplate.sh +++ b/bin/java-petstore-resttemplate.sh @@ -1,6 +1,7 @@ #!/bin/sh SCRIPT="$0" +echo "# START SCRIPT: $SCRIPT" while [ -h "$SCRIPT" ] ; do ls=`ls -ld "$SCRIPT"` diff --git a/bin/java-petstore-retrofit.sh b/bin/java-petstore-retrofit.sh index 2922aaa4387..2f4989cd573 100755 --- a/bin/java-petstore-retrofit.sh +++ b/bin/java-petstore-retrofit.sh @@ -1,6 +1,7 @@ #!/bin/sh SCRIPT="$0" +echo "# START SCRIPT: $SCRIPT" while [ -h "$SCRIPT" ] ; do ls=`ls -ld "$SCRIPT"` diff --git a/bin/java-petstore-retrofit2-play24.sh b/bin/java-petstore-retrofit2-play24.sh index 6600fedaa01..640f45d3aa3 100755 --- a/bin/java-petstore-retrofit2-play24.sh +++ b/bin/java-petstore-retrofit2-play24.sh @@ -1,6 +1,7 @@ #!/bin/sh SCRIPT="$0" +echo "# START SCRIPT: $SCRIPT" while [ -h "$SCRIPT" ] ; do ls=`ls -ld "$SCRIPT"` diff --git a/bin/java-petstore-retrofit2-play25.sh b/bin/java-petstore-retrofit2-play25.sh index 46a9d802b6f..53f987f4b6c 100755 --- a/bin/java-petstore-retrofit2-play25.sh +++ b/bin/java-petstore-retrofit2-play25.sh @@ -1,6 +1,7 @@ #!/bin/sh SCRIPT="$0" +echo "# START SCRIPT: $SCRIPT" while [ -h "$SCRIPT" ] ; do ls=`ls -ld "$SCRIPT"` diff --git a/bin/java-petstore-retrofit2.sh b/bin/java-petstore-retrofit2.sh index 01b7a2488d7..96662f8a9bb 100755 --- a/bin/java-petstore-retrofit2.sh +++ b/bin/java-petstore-retrofit2.sh @@ -1,6 +1,7 @@ #!/bin/sh SCRIPT="$0" +echo "# START SCRIPT: $SCRIPT" while [ -h "$SCRIPT" ] ; do ls=`ls -ld "$SCRIPT"` diff --git a/bin/java-petstore-retrofit2rx.sh b/bin/java-petstore-retrofit2rx.sh index 33237e03785..cf363fbb1d0 100755 --- a/bin/java-petstore-retrofit2rx.sh +++ b/bin/java-petstore-retrofit2rx.sh @@ -1,6 +1,7 @@ #!/bin/sh SCRIPT="$0" +echo "# START SCRIPT: $SCRIPT" while [ -h "$SCRIPT" ] ; do ls=`ls -ld "$SCRIPT"` diff --git a/bin/java-petstore-retrofit2rx2.sh b/bin/java-petstore-retrofit2rx2.sh index 5904e8a1dd9..d3047dd77a8 100755 --- a/bin/java-petstore-retrofit2rx2.sh +++ b/bin/java-petstore-retrofit2rx2.sh @@ -1,6 +1,7 @@ #!/bin/sh SCRIPT="$0" +echo "# START SCRIPT: $SCRIPT" while [ -h "$SCRIPT" ] ; do ls=`ls -ld "$SCRIPT"` diff --git a/bin/java-petstore-vertx.sh b/bin/java-petstore-vertx.sh index 5ec8401bb19..f3cc6be8d5e 100755 --- a/bin/java-petstore-vertx.sh +++ b/bin/java-petstore-vertx.sh @@ -1,6 +1,7 @@ #!/bin/sh SCRIPT="$0" +echo "# START SCRIPT: $SCRIPT" while [ -h "$SCRIPT" ] ; do ls=`ls -ld "$SCRIPT"` diff --git a/bin/java-pkmst-petstore-server.sh b/bin/java-pkmst-petstore-server.sh index 0c54e94bdaf..ab304dde642 100755 --- a/bin/java-pkmst-petstore-server.sh +++ b/bin/java-pkmst-petstore-server.sh @@ -1,6 +1,7 @@ #!/bin/sh SCRIPT="$0" +echo "# START SCRIPT: $SCRIPT" while [ -h "$SCRIPT" ] ; do ls=`ls -ld "$SCRIPT"` diff --git a/bin/java-play-framework-petstore-server-api-package-override.sh b/bin/java-play-framework-petstore-server-api-package-override.sh index 86f36db0c5a..8dc698cd41a 100644 --- a/bin/java-play-framework-petstore-server-api-package-override.sh +++ b/bin/java-play-framework-petstore-server-api-package-override.sh @@ -1,6 +1,7 @@ #!/bin/sh SCRIPT="$0" +echo "# START SCRIPT: $SCRIPT" while [ -h "$SCRIPT" ] ; do ls=`ls -ld "$SCRIPT"` diff --git a/bin/java-play-framework-petstore-server-async.sh b/bin/java-play-framework-petstore-server-async.sh index 6534d94521f..69eb26229c5 100755 --- a/bin/java-play-framework-petstore-server-async.sh +++ b/bin/java-play-framework-petstore-server-async.sh @@ -1,6 +1,7 @@ #!/bin/sh SCRIPT="$0" +echo "# START SCRIPT: $SCRIPT" while [ -h "$SCRIPT" ] ; do ls=`ls -ld "$SCRIPT"` diff --git a/bin/java-play-framework-petstore-server-controller-only.sh b/bin/java-play-framework-petstore-server-controller-only.sh index 48e8e41a8cd..8a4d4c69174 100755 --- a/bin/java-play-framework-petstore-server-controller-only.sh +++ b/bin/java-play-framework-petstore-server-controller-only.sh @@ -1,6 +1,7 @@ #!/bin/sh SCRIPT="$0" +echo "# START SCRIPT: $SCRIPT" while [ -h "$SCRIPT" ] ; do ls=`ls -ld "$SCRIPT"` diff --git a/bin/java-play-framework-petstore-server-fake-endpoints.sh b/bin/java-play-framework-petstore-server-fake-endpoints.sh index 0294cb31965..5a9416781ff 100755 --- a/bin/java-play-framework-petstore-server-fake-endpoints.sh +++ b/bin/java-play-framework-petstore-server-fake-endpoints.sh @@ -1,6 +1,7 @@ #!/bin/sh SCRIPT="$0" +echo "# START SCRIPT: $SCRIPT" while [ -h "$SCRIPT" ] ; do ls=`ls -ld "$SCRIPT"` diff --git a/bin/java-play-framework-petstore-server-no-bean-validation.sh b/bin/java-play-framework-petstore-server-no-bean-validation.sh index 05deaa06cd1..ed99f043df0 100755 --- a/bin/java-play-framework-petstore-server-no-bean-validation.sh +++ b/bin/java-play-framework-petstore-server-no-bean-validation.sh @@ -1,6 +1,7 @@ #!/bin/sh SCRIPT="$0" +echo "# START SCRIPT: $SCRIPT" while [ -h "$SCRIPT" ] ; do ls=`ls -ld "$SCRIPT"` diff --git a/bin/java-play-framework-petstore-server-no-exception-handling.sh b/bin/java-play-framework-petstore-server-no-exception-handling.sh index 674022c4add..469fd0e88f2 100755 --- a/bin/java-play-framework-petstore-server-no-exception-handling.sh +++ b/bin/java-play-framework-petstore-server-no-exception-handling.sh @@ -1,6 +1,7 @@ #!/bin/sh SCRIPT="$0" +echo "# START SCRIPT: $SCRIPT" while [ -h "$SCRIPT" ] ; do ls=`ls -ld "$SCRIPT"` diff --git a/bin/java-play-framework-petstore-server-no-interface.sh b/bin/java-play-framework-petstore-server-no-interface.sh index 59bcb0330a8..ba49be830d7 100755 --- a/bin/java-play-framework-petstore-server-no-interface.sh +++ b/bin/java-play-framework-petstore-server-no-interface.sh @@ -1,6 +1,7 @@ #!/bin/sh SCRIPT="$0" +echo "# START SCRIPT: $SCRIPT" while [ -h "$SCRIPT" ] ; do ls=`ls -ld "$SCRIPT"` diff --git a/bin/java-play-framework-petstore-server-no-swagger-ui.sh b/bin/java-play-framework-petstore-server-no-swagger-ui.sh index b7482670c4c..f4f99c01dc0 100755 --- a/bin/java-play-framework-petstore-server-no-swagger-ui.sh +++ b/bin/java-play-framework-petstore-server-no-swagger-ui.sh @@ -1,6 +1,7 @@ #!/bin/sh SCRIPT="$0" +echo "# START SCRIPT: $SCRIPT" while [ -h "$SCRIPT" ] ; do ls=`ls -ld "$SCRIPT"` diff --git a/bin/java-play-framework-petstore-server-no-wrap-calls.sh b/bin/java-play-framework-petstore-server-no-wrap-calls.sh index ae5336ba87c..b6968fb6abc 100755 --- a/bin/java-play-framework-petstore-server-no-wrap-calls.sh +++ b/bin/java-play-framework-petstore-server-no-wrap-calls.sh @@ -1,6 +1,7 @@ #!/bin/sh SCRIPT="$0" +echo "# START SCRIPT: $SCRIPT" while [ -h "$SCRIPT" ] ; do ls=`ls -ld "$SCRIPT"` diff --git a/bin/java-play-framework-petstore-server.sh b/bin/java-play-framework-petstore-server.sh index 0f704b91870..fae497a94ae 100755 --- a/bin/java-play-framework-petstore-server.sh +++ b/bin/java-play-framework-petstore-server.sh @@ -1,6 +1,7 @@ #!/bin/sh SCRIPT="$0" +echo "# START SCRIPT: $SCRIPT" while [ -h "$SCRIPT" ] ; do ls=`ls -ld "$SCRIPT"` diff --git a/bin/java-undertow-petstore-server.sh b/bin/java-undertow-petstore-server.sh index b2851167117..578590c2e13 100755 --- a/bin/java-undertow-petstore-server.sh +++ b/bin/java-undertow-petstore-server.sh @@ -1,6 +1,7 @@ #!/bin/sh SCRIPT="$0" +echo "# START SCRIPT: $SCRIPT" while [ -h "$SCRIPT" ] ; do ls=`ls -ld "$SCRIPT"` diff --git a/bin/java-vertx-async-petstore-server.sh b/bin/java-vertx-async-petstore-server.sh index 95aba439c77..d0d25aaba1c 100755 --- a/bin/java-vertx-async-petstore-server.sh +++ b/bin/java-vertx-async-petstore-server.sh @@ -1,6 +1,7 @@ #!/bin/sh SCRIPT="$0" +echo "# START SCRIPT: $SCRIPT" while [ -h "$SCRIPT" ] ; do ls=`ls -ld "$SCRIPT"` diff --git a/bin/java-vertx-rx-petstore-server.sh b/bin/java-vertx-rx-petstore-server.sh index b0c40933d48..937ef324b0d 100755 --- a/bin/java-vertx-rx-petstore-server.sh +++ b/bin/java-vertx-rx-petstore-server.sh @@ -1,6 +1,7 @@ #!/bin/sh SCRIPT="$0" +echo "# START SCRIPT: $SCRIPT" while [ -h "$SCRIPT" ] ; do ls=`ls -ld "$SCRIPT"` diff --git a/bin/java8-petstore-jersey2.sh b/bin/java8-petstore-jersey2.sh index f8623d3ee65..20bc858f101 100755 --- a/bin/java8-petstore-jersey2.sh +++ b/bin/java8-petstore-jersey2.sh @@ -1,6 +1,7 @@ #!/bin/sh SCRIPT="$0" +echo "# START SCRIPT: $SCRIPT" while [ -h "$SCRIPT" ] ; do ls=`ls -ld "$SCRIPT"` diff --git a/bin/javascript-closure-angular.sh b/bin/javascript-closure-angular.sh index 04747a48a46..873ec75c12b 100755 --- a/bin/javascript-closure-angular.sh +++ b/bin/javascript-closure-angular.sh @@ -1,6 +1,7 @@ #!/bin/sh SCRIPT="$0" +echo "# START SCRIPT: $SCRIPT" while [ -h "$SCRIPT" ] ; do ls=`ls -ld "$SCRIPT"` diff --git a/bin/javascript-es6-petstore.sh b/bin/javascript-es6-petstore.sh index 9c7761537a7..7f961bda2aa 100755 --- a/bin/javascript-es6-petstore.sh +++ b/bin/javascript-es6-petstore.sh @@ -1,6 +1,7 @@ #!/bin/sh SCRIPT="$0" +echo "# START SCRIPT: $SCRIPT" while [ -h "$SCRIPT" ] ; do ls=`ls -ld "$SCRIPT"` diff --git a/bin/javascript-petstore.sh b/bin/javascript-petstore.sh index cbb637d2512..cacbecf0061 100755 --- a/bin/javascript-petstore.sh +++ b/bin/javascript-petstore.sh @@ -1,6 +1,7 @@ #!/bin/sh SCRIPT="$0" +echo "# START SCRIPT: $SCRIPT" while [ -h "$SCRIPT" ] ; do ls=`ls -ld "$SCRIPT"` diff --git a/bin/javascript-promise-es6-petstore.sh b/bin/javascript-promise-es6-petstore.sh index 01baad0a392..b1e3ed9cbaf 100755 --- a/bin/javascript-promise-es6-petstore.sh +++ b/bin/javascript-promise-es6-petstore.sh @@ -1,6 +1,7 @@ #!/bin/sh SCRIPT="$0" +echo "# START SCRIPT: $SCRIPT" while [ -h "$SCRIPT" ] ; do ls=`ls -ld "$SCRIPT"` diff --git a/bin/javascript-promise-petstore.sh b/bin/javascript-promise-petstore.sh index 5fd0fab30b4..77aee35f7e3 100755 --- a/bin/javascript-promise-petstore.sh +++ b/bin/javascript-promise-petstore.sh @@ -1,6 +1,7 @@ #!/bin/sh SCRIPT="$0" +echo "# START SCRIPT: $SCRIPT" while [ -h "$SCRIPT" ] ; do ls=`ls -ld "$SCRIPT"` diff --git a/bin/jaxrs-cxf-cdi-petstore-server.sh b/bin/jaxrs-cxf-cdi-petstore-server.sh index e52028f8bb1..5177d457f3a 100755 --- a/bin/jaxrs-cxf-cdi-petstore-server.sh +++ b/bin/jaxrs-cxf-cdi-petstore-server.sh @@ -1,6 +1,7 @@ #!/bin/sh SCRIPT="$0" +echo "# START SCRIPT: $SCRIPT" while [ -h "$SCRIPT" ] ; do ls=`ls -ld "$SCRIPT"` diff --git a/bin/jaxrs-cxf-client-petstore.sh b/bin/jaxrs-cxf-client-petstore.sh index 81fcacd6923..63790408202 100755 --- a/bin/jaxrs-cxf-client-petstore.sh +++ b/bin/jaxrs-cxf-client-petstore.sh @@ -1,6 +1,7 @@ #!/bin/sh SCRIPT="$0" +echo "# START SCRIPT: $SCRIPT" while [ -h "$SCRIPT" ] ; do ls=`ls -ld "$SCRIPT"` diff --git a/bin/jaxrs-cxf-petstore-server-annotated-base-path.sh b/bin/jaxrs-cxf-petstore-server-annotated-base-path.sh index d53377e63d2..c8ce8b724b7 100755 --- a/bin/jaxrs-cxf-petstore-server-annotated-base-path.sh +++ b/bin/jaxrs-cxf-petstore-server-annotated-base-path.sh @@ -1,6 +1,7 @@ #!/bin/sh SCRIPT="$0" +echo "# START SCRIPT: $SCRIPT" while [ -h "$SCRIPT" ] ; do ls=`ls -ld "$SCRIPT"` diff --git a/bin/jaxrs-cxf-petstore-server-non-spring-application.sh b/bin/jaxrs-cxf-petstore-server-non-spring-application.sh index bb12ce35729..4c81e9ef8de 100755 --- a/bin/jaxrs-cxf-petstore-server-non-spring-application.sh +++ b/bin/jaxrs-cxf-petstore-server-non-spring-application.sh @@ -1,6 +1,7 @@ #!/bin/sh SCRIPT="$0" +echo "# START SCRIPT: $SCRIPT" while [ -h "$SCRIPT" ] ; do ls=`ls -ld "$SCRIPT"` diff --git a/bin/jaxrs-cxf-petstore-server.sh b/bin/jaxrs-cxf-petstore-server.sh index 9764b8a22fd..3321705a472 100755 --- a/bin/jaxrs-cxf-petstore-server.sh +++ b/bin/jaxrs-cxf-petstore-server.sh @@ -1,6 +1,7 @@ #!/bin/sh SCRIPT="$0" +echo "# START SCRIPT: $SCRIPT" while [ -h "$SCRIPT" ] ; do ls=`ls -ld "$SCRIPT"` diff --git a/bin/jaxrs-jersey1-petstore-server.sh b/bin/jaxrs-jersey1-petstore-server.sh index 34f498d1acf..0a5f0471e05 100755 --- a/bin/jaxrs-jersey1-petstore-server.sh +++ b/bin/jaxrs-jersey1-petstore-server.sh @@ -1,6 +1,7 @@ #!/bin/sh SCRIPT="$0" +echo "# START SCRIPT: $SCRIPT" while [ -h "$SCRIPT" ] ; do ls=`ls -ld "$SCRIPT"` diff --git a/bin/jaxrs-jersey1-usetags-petstore-server.sh b/bin/jaxrs-jersey1-usetags-petstore-server.sh index 92c6bb9761d..93375738439 100755 --- a/bin/jaxrs-jersey1-usetags-petstore-server.sh +++ b/bin/jaxrs-jersey1-usetags-petstore-server.sh @@ -1,6 +1,7 @@ #!/bin/sh SCRIPT="$0" +echo "# START SCRIPT: $SCRIPT" while [ -h "$SCRIPT" ] ; do ls=`ls -ld "$SCRIPT"` diff --git a/bin/jaxrs-petstore-server-datelib-j8.sh b/bin/jaxrs-petstore-server-datelib-j8.sh index 85259949ad9..96b855bfc71 100755 --- a/bin/jaxrs-petstore-server-datelib-j8.sh +++ b/bin/jaxrs-petstore-server-datelib-j8.sh @@ -1,6 +1,7 @@ #!/bin/sh SCRIPT="$0" +echo "# START SCRIPT: $SCRIPT" while [ -h "$SCRIPT" ] ; do ls=`ls -ld "$SCRIPT"` diff --git a/bin/jaxrs-petstore-server.sh b/bin/jaxrs-petstore-server.sh index 6fa631c9e5d..17eec58f7a0 100755 --- a/bin/jaxrs-petstore-server.sh +++ b/bin/jaxrs-petstore-server.sh @@ -1,6 +1,7 @@ #!/bin/sh SCRIPT="$0" +echo "# START SCRIPT: $SCRIPT" while [ -h "$SCRIPT" ] ; do ls=`ls -ld "$SCRIPT"` diff --git a/bin/jaxrs-resteasy-eap-java8-petstore-server.sh b/bin/jaxrs-resteasy-eap-java8-petstore-server.sh index e052ecc0ed8..4aceb34bc49 100755 --- a/bin/jaxrs-resteasy-eap-java8-petstore-server.sh +++ b/bin/jaxrs-resteasy-eap-java8-petstore-server.sh @@ -1,6 +1,7 @@ #!/bin/sh SCRIPT="$0" +echo "# START SCRIPT: $SCRIPT" while [ -h "$SCRIPT" ] ; do ls=`ls -ld "$SCRIPT"` diff --git a/bin/jaxrs-resteasy-eap-petstore-server.sh b/bin/jaxrs-resteasy-eap-petstore-server.sh index 9a0195542e7..b397785232d 100755 --- a/bin/jaxrs-resteasy-eap-petstore-server.sh +++ b/bin/jaxrs-resteasy-eap-petstore-server.sh @@ -1,6 +1,7 @@ #!/bin/sh SCRIPT="$0" +echo "# START SCRIPT: $SCRIPT" while [ -h "$SCRIPT" ] ; do ls=`ls -ld "$SCRIPT"` diff --git a/bin/jaxrs-resteasy-joda-petstore-server.sh b/bin/jaxrs-resteasy-joda-petstore-server.sh index 806c38f2d20..5dafa5e5838 100755 --- a/bin/jaxrs-resteasy-joda-petstore-server.sh +++ b/bin/jaxrs-resteasy-joda-petstore-server.sh @@ -1,6 +1,7 @@ #!/bin/sh SCRIPT="$0" +echo "# START SCRIPT: $SCRIPT" while [ -h "$SCRIPT" ] ; do ls=`ls -ld "$SCRIPT"` diff --git a/bin/jaxrs-resteasy-petstore-server.sh b/bin/jaxrs-resteasy-petstore-server.sh index 3aa8ae94fa6..b0f8815c79b 100755 --- a/bin/jaxrs-resteasy-petstore-server.sh +++ b/bin/jaxrs-resteasy-petstore-server.sh @@ -1,6 +1,7 @@ #!/bin/sh SCRIPT="$0" +echo "# START SCRIPT: $SCRIPT" while [ -h "$SCRIPT" ] ; do ls=`ls -ld "$SCRIPT"` diff --git a/bin/jaxrs-spec-petstore-server-interface-returning-response.sh b/bin/jaxrs-spec-petstore-server-interface-returning-response.sh index b6292a0fc39..9ad88ed4de7 100755 --- a/bin/jaxrs-spec-petstore-server-interface-returning-response.sh +++ b/bin/jaxrs-spec-petstore-server-interface-returning-response.sh @@ -1,6 +1,7 @@ #!/bin/sh SCRIPT="$0" +echo "# START SCRIPT: $SCRIPT" while [ -h "$SCRIPT" ] ; do ls=`ls -ld "$SCRIPT"` diff --git a/bin/jaxrs-spec-petstore-server-interface.sh b/bin/jaxrs-spec-petstore-server-interface.sh index 1b40de2040e..d04ca9cb2f5 100755 --- a/bin/jaxrs-spec-petstore-server-interface.sh +++ b/bin/jaxrs-spec-petstore-server-interface.sh @@ -1,6 +1,7 @@ #!/bin/sh SCRIPT="$0" +echo "# START SCRIPT: $SCRIPT" while [ -h "$SCRIPT" ] ; do ls=`ls -ld "$SCRIPT"` diff --git a/bin/jaxrs-spec-petstore-server.sh b/bin/jaxrs-spec-petstore-server.sh index ff9c20a2a79..cbf46e069d1 100755 --- a/bin/jaxrs-spec-petstore-server.sh +++ b/bin/jaxrs-spec-petstore-server.sh @@ -1,6 +1,7 @@ #!/bin/sh SCRIPT="$0" +echo "# START SCRIPT: $SCRIPT" while [ -h "$SCRIPT" ] ; do ls=`ls -ld "$SCRIPT"` diff --git a/bin/jaxrs-usetags-petstore-server.sh b/bin/jaxrs-usetags-petstore-server.sh index 5e1d8d62015..d4136b91e61 100755 --- a/bin/jaxrs-usetags-petstore-server.sh +++ b/bin/jaxrs-usetags-petstore-server.sh @@ -1,6 +1,7 @@ #!/bin/sh SCRIPT="$0" +echo "# START SCRIPT: $SCRIPT" while [ -h "$SCRIPT" ] ; do ls=`ls -ld "$SCRIPT"` diff --git a/bin/jmeter-petstore.sh b/bin/jmeter-petstore.sh index a475954c4af..fc020c41e5e 100755 --- a/bin/jmeter-petstore.sh +++ b/bin/jmeter-petstore.sh @@ -1,6 +1,7 @@ #!/bin/sh SCRIPT="$0" +echo "# START SCRIPT: $SCRIPT" while [ -h "$SCRIPT" ] ; do ls=`ls -ld "$SCRIPT"` diff --git a/bin/kotlin-client-petstore.sh b/bin/kotlin-client-petstore.sh index a55151ba5bc..5456ec41368 100755 --- a/bin/kotlin-client-petstore.sh +++ b/bin/kotlin-client-petstore.sh @@ -1,6 +1,7 @@ #!/bin/sh SCRIPT="$0" +echo "# START SCRIPT: $SCRIPT" while [ -h "$SCRIPT" ] ; do ls=$(ls -ld "$SCRIPT") diff --git a/bin/kotlin-client-string.sh b/bin/kotlin-client-string.sh index 34c90d05188..2bad6c5de51 100755 --- a/bin/kotlin-client-string.sh +++ b/bin/kotlin-client-string.sh @@ -1,6 +1,7 @@ #!/bin/sh SCRIPT="$0" +echo "# START SCRIPT: $SCRIPT" while [ -h "$SCRIPT" ] ; do ls=$(ls -ld "$SCRIPT") diff --git a/bin/kotlin-client-threetenbp.sh b/bin/kotlin-client-threetenbp.sh index 8d962e8f6a8..0f6c65be797 100755 --- a/bin/kotlin-client-threetenbp.sh +++ b/bin/kotlin-client-threetenbp.sh @@ -1,6 +1,7 @@ #!/bin/sh SCRIPT="$0" +echo "# START SCRIPT: $SCRIPT" while [ -h "$SCRIPT" ] ; do ls=$(ls -ld "$SCRIPT") diff --git a/bin/kotlin-server-petstore.sh b/bin/kotlin-server-petstore.sh index ce7a2adc05f..501984daa5a 100755 --- a/bin/kotlin-server-petstore.sh +++ b/bin/kotlin-server-petstore.sh @@ -1,6 +1,7 @@ #!/bin/sh SCRIPT="$0" +echo "# START SCRIPT: $SCRIPT" while [ -h "$SCRIPT" ] ; do ls=$(ls -ld "$SCRIPT") diff --git a/bin/lua-petstore.sh b/bin/lua-petstore.sh index accd33d2df1..1ed0af2516a 100755 --- a/bin/lua-petstore.sh +++ b/bin/lua-petstore.sh @@ -1,6 +1,7 @@ #!/bin/sh SCRIPT="$0" +echo "# START SCRIPT: $SCRIPT" while [ -h "$SCRIPT" ] ; do ls=`ls -ld "$SCRIPT"` diff --git a/bin/lumen-petstore-server.sh b/bin/lumen-petstore-server.sh index 2adf14d722f..b04d29fd329 100755 --- a/bin/lumen-petstore-server.sh +++ b/bin/lumen-petstore-server.sh @@ -1,6 +1,7 @@ #!/bin/sh SCRIPT="$0" +echo "# START SCRIPT: $SCRIPT" while [ -h "$SCRIPT" ] ; do ls=`ls -ld "$SCRIPT"` diff --git a/bin/meta-codegen.sh b/bin/meta-codegen.sh index 1f61b62978c..b36e1697a19 100755 --- a/bin/meta-codegen.sh +++ b/bin/meta-codegen.sh @@ -1,6 +1,7 @@ #!/bin/sh SCRIPT="$0" +echo "# START SCRIPT: $SCRIPT" while [ -h "$SCRIPT" ] ; do ls=`ls -ld "$SCRIPT"` diff --git a/bin/nancyfx-petstore-server-async.sh b/bin/nancyfx-petstore-server-async.sh index 6d7889d713f..25abb39b0a5 100755 --- a/bin/nancyfx-petstore-server-async.sh +++ b/bin/nancyfx-petstore-server-async.sh @@ -1,6 +1,7 @@ #!/bin/sh SCRIPT="$0" +echo "# START SCRIPT: $SCRIPT" while [ -h "$SCRIPT" ] ; do ls=`ls -ld "$SCRIPT"` diff --git a/bin/nancyfx-petstore-server.sh b/bin/nancyfx-petstore-server.sh index 5b10fba6bda..c63a4bf6d14 100755 --- a/bin/nancyfx-petstore-server.sh +++ b/bin/nancyfx-petstore-server.sh @@ -1,6 +1,7 @@ #!/bin/sh SCRIPT="$0" +echo "# START SCRIPT: $SCRIPT" while [ -h "$SCRIPT" ] ; do ls=`ls -ld "$SCRIPT"` diff --git a/bin/nodejs-petstore-google-cloud-functions.sh b/bin/nodejs-petstore-google-cloud-functions.sh index 0f34a2e849a..91e28bd02ff 100755 --- a/bin/nodejs-petstore-google-cloud-functions.sh +++ b/bin/nodejs-petstore-google-cloud-functions.sh @@ -1,6 +1,7 @@ #!/bin/sh SCRIPT="$0" +echo "# START SCRIPT: $SCRIPT" while [ -h "$SCRIPT" ] ; do ls=`ls -ld "$SCRIPT"` diff --git a/bin/nodejs-petstore-server.sh b/bin/nodejs-petstore-server.sh index c941d5e7ff8..50d75648003 100755 --- a/bin/nodejs-petstore-server.sh +++ b/bin/nodejs-petstore-server.sh @@ -1,6 +1,7 @@ #!/bin/sh SCRIPT="$0" +echo "# START SCRIPT: $SCRIPT" while [ -h "$SCRIPT" ] ; do ls=`ls -ld "$SCRIPT"` diff --git a/bin/objc-petstore-coredata.sh b/bin/objc-petstore-coredata.sh index b0eaa8d6237..1ca38f1c89b 100755 --- a/bin/objc-petstore-coredata.sh +++ b/bin/objc-petstore-coredata.sh @@ -1,6 +1,7 @@ #!/bin/sh SCRIPT="$0" +echo "# START SCRIPT: $SCRIPT" while [ -h "$SCRIPT" ] ; do ls=`ls -ld "$SCRIPT"` diff --git a/bin/objc-petstore.sh b/bin/objc-petstore.sh index 75c64341895..e04fe111471 100755 --- a/bin/objc-petstore.sh +++ b/bin/objc-petstore.sh @@ -1,6 +1,7 @@ #!/bin/sh SCRIPT="$0" +echo "# START SCRIPT: $SCRIPT" while [ -h "$SCRIPT" ] ; do ls=`ls -ld "$SCRIPT"` diff --git a/bin/openapi3/akka-scala-petstore.sh b/bin/openapi3/akka-scala-petstore.sh index 26c8f46d238..c3138997c06 100755 --- a/bin/openapi3/akka-scala-petstore.sh +++ b/bin/openapi3/akka-scala-petstore.sh @@ -1,6 +1,7 @@ #!/bin/sh SCRIPT="$0" +echo "# START SCRIPT: $SCRIPT" while [ -h "$SCRIPT" ] ; do ls=`ls -ld "$SCRIPT"` diff --git a/bin/openapi3/android-petstore-httpclient.sh b/bin/openapi3/android-petstore-httpclient.sh index caace35c9ac..dd23a993118 100755 --- a/bin/openapi3/android-petstore-httpclient.sh +++ b/bin/openapi3/android-petstore-httpclient.sh @@ -1,6 +1,7 @@ #!/bin/sh SCRIPT="$0" +echo "# START SCRIPT: $SCRIPT" while [ -h "$SCRIPT" ] ; do ls=`ls -ld "$SCRIPT"` diff --git a/bin/openapi3/android-petstore-volley.sh b/bin/openapi3/android-petstore-volley.sh index 20517b841fe..9e6ac436889 100755 --- a/bin/openapi3/android-petstore-volley.sh +++ b/bin/openapi3/android-petstore-volley.sh @@ -1,6 +1,7 @@ #!/bin/sh SCRIPT="$0" +echo "# START SCRIPT: $SCRIPT" while [ -h "$SCRIPT" ] ; do ls=`ls -ld "$SCRIPT"` diff --git a/bin/openapi3/bash-petstore.sh b/bin/openapi3/bash-petstore.sh index fe817569edd..1fe00ee6166 100755 --- a/bin/openapi3/bash-petstore.sh +++ b/bin/openapi3/bash-petstore.sh @@ -1,6 +1,7 @@ #!/bin/sh SCRIPT="$0" +echo "# START SCRIPT: $SCRIPT" while [ -h "$SCRIPT" ] ; do ls=`ls -ld "$SCRIPT"` diff --git a/bin/openapi3/clojure-petstore.sh b/bin/openapi3/clojure-petstore.sh index efc9af5ef83..0909620b551 100755 --- a/bin/openapi3/clojure-petstore.sh +++ b/bin/openapi3/clojure-petstore.sh @@ -1,6 +1,7 @@ #!/bin/sh SCRIPT="$0" +echo "# START SCRIPT: $SCRIPT" while [ -h "$SCRIPT" ] ; do ls=`ls -ld "$SCRIPT"` diff --git a/bin/openapi3/csharp-dotnet2-petstore.sh b/bin/openapi3/csharp-dotnet2-petstore.sh index eb4cdfbf50b..03ae4a4a0be 100755 --- a/bin/openapi3/csharp-dotnet2-petstore.sh +++ b/bin/openapi3/csharp-dotnet2-petstore.sh @@ -1,6 +1,7 @@ #!/bin/sh SCRIPT="$0" +echo "# START SCRIPT: $SCRIPT" while [ -h "$SCRIPT" ] ; do ls=`ls -ld "$SCRIPT"` diff --git a/bin/openapi3/dynamic-html.sh b/bin/openapi3/dynamic-html.sh index 8912d7917cc..a2864389931 100755 --- a/bin/openapi3/dynamic-html.sh +++ b/bin/openapi3/dynamic-html.sh @@ -1,6 +1,7 @@ #!/bin/sh SCRIPT="$0" +echo "# START SCRIPT: $SCRIPT" while [ -h "$SCRIPT" ] ; do ls=`ls -ld "$SCRIPT"` diff --git a/bin/openapi3/erlang-petstore-client.sh b/bin/openapi3/erlang-petstore-client.sh index e813ad78985..939f1c59f65 100755 --- a/bin/openapi3/erlang-petstore-client.sh +++ b/bin/openapi3/erlang-petstore-client.sh @@ -1,6 +1,7 @@ #!/bin/sh SCRIPT="$0" +echo "# START SCRIPT: $SCRIPT" while [ -h "$SCRIPT" ] ; do ls=`ls -ld "$SCRIPT"` diff --git a/bin/openapi3/finch-petstore-server.sh b/bin/openapi3/finch-petstore-server.sh index ab609b4ceb0..b173862d67c 100755 --- a/bin/openapi3/finch-petstore-server.sh +++ b/bin/openapi3/finch-petstore-server.sh @@ -1,6 +1,7 @@ #!/bin/sh SCRIPT="$0" +echo "# START SCRIPT: $SCRIPT" while [ -h "$SCRIPT" ] ; do ls=`ls -ld "$SCRIPT"` diff --git a/bin/openapi3/flash-petstore.sh b/bin/openapi3/flash-petstore.sh index 3e014317fd5..003a1d1a8cb 100755 --- a/bin/openapi3/flash-petstore.sh +++ b/bin/openapi3/flash-petstore.sh @@ -1,6 +1,7 @@ #!/bin/sh SCRIPT="$0" +echo "# START SCRIPT: $SCRIPT" while [ -h "$SCRIPT" ] ; do ls=`ls -ld "$SCRIPT"` diff --git a/bin/openapi3/go-petstore-server.sh b/bin/openapi3/go-petstore-server.sh index 6d956e90439..689c19efc72 100755 --- a/bin/openapi3/go-petstore-server.sh +++ b/bin/openapi3/go-petstore-server.sh @@ -1,6 +1,7 @@ #!/bin/sh SCRIPT="$0" +echo "# START SCRIPT: $SCRIPT" while [ -h "$SCRIPT" ] ; do ls=`ls -ld "$SCRIPT"` diff --git a/bin/openapi3/haskell-servant-petstore.sh b/bin/openapi3/haskell-servant-petstore.sh index 6c3974dba21..97b6294af46 100755 --- a/bin/openapi3/haskell-servant-petstore.sh +++ b/bin/openapi3/haskell-servant-petstore.sh @@ -1,6 +1,7 @@ #!/bin/sh SCRIPT="$0" +echo "# START SCRIPT: $SCRIPT" while [ -h "$SCRIPT" ] ; do ls=`ls -ld "$SCRIPT"` diff --git a/bin/openapi3/html-petstore.sh b/bin/openapi3/html-petstore.sh index b67ac005e84..7ea0782c945 100755 --- a/bin/openapi3/html-petstore.sh +++ b/bin/openapi3/html-petstore.sh @@ -1,6 +1,7 @@ #!/bin/sh SCRIPT="$0" +echo "# START SCRIPT: $SCRIPT" while [ -h "$SCRIPT" ] ; do ls=`ls -ld "$SCRIPT"` diff --git a/bin/openapi3/html2-petstore.sh b/bin/openapi3/html2-petstore.sh index eb796be4a15..48d0719defc 100755 --- a/bin/openapi3/html2-petstore.sh +++ b/bin/openapi3/html2-petstore.sh @@ -1,6 +1,7 @@ #!/bin/sh SCRIPT="$0" +echo "# START SCRIPT: $SCRIPT" while [ -h "$SCRIPT" ] ; do ls=`ls -ld "$SCRIPT"` diff --git a/bin/openapi3/javascript-closure-angular.sh b/bin/openapi3/javascript-closure-angular.sh index 29ed86eb4b4..84a935ccb16 100755 --- a/bin/openapi3/javascript-closure-angular.sh +++ b/bin/openapi3/javascript-closure-angular.sh @@ -1,6 +1,7 @@ #!/bin/sh SCRIPT="$0" +echo "# START SCRIPT: $SCRIPT" while [ -h "$SCRIPT" ] ; do ls=`ls -ld "$SCRIPT"` diff --git a/bin/openapi3/jaxrs-cxf-client-petstore.sh b/bin/openapi3/jaxrs-cxf-client-petstore.sh index 64b3483e3d6..ac26983bac7 100755 --- a/bin/openapi3/jaxrs-cxf-client-petstore.sh +++ b/bin/openapi3/jaxrs-cxf-client-petstore.sh @@ -1,6 +1,7 @@ #!/bin/sh SCRIPT="$0" +echo "# START SCRIPT: $SCRIPT" while [ -h "$SCRIPT" ] ; do ls=`ls -ld "$SCRIPT"` diff --git a/bin/openapi3/lua-petstore.sh b/bin/openapi3/lua-petstore.sh index 6b291e617f3..354c3bd83be 100755 --- a/bin/openapi3/lua-petstore.sh +++ b/bin/openapi3/lua-petstore.sh @@ -1,6 +1,7 @@ #!/bin/sh SCRIPT="$0" +echo "# START SCRIPT: $SCRIPT" while [ -h "$SCRIPT" ] ; do ls=`ls -ld "$SCRIPT"` diff --git a/bin/openapi3/nodejs-petstore-google-cloud-functions.sh b/bin/openapi3/nodejs-petstore-google-cloud-functions.sh index 67653c6e396..dab2add0abe 100755 --- a/bin/openapi3/nodejs-petstore-google-cloud-functions.sh +++ b/bin/openapi3/nodejs-petstore-google-cloud-functions.sh @@ -1,6 +1,7 @@ #!/bin/sh SCRIPT="$0" +echo "# START SCRIPT: $SCRIPT" while [ -h "$SCRIPT" ] ; do ls=`ls -ld "$SCRIPT"` diff --git a/bin/openapi3/nodejs-petstore-server.sh b/bin/openapi3/nodejs-petstore-server.sh index 36c68c8122f..966752debff 100755 --- a/bin/openapi3/nodejs-petstore-server.sh +++ b/bin/openapi3/nodejs-petstore-server.sh @@ -1,6 +1,7 @@ #!/bin/sh SCRIPT="$0" +echo "# START SCRIPT: $SCRIPT" while [ -h "$SCRIPT" ] ; do ls=`ls -ld "$SCRIPT"` diff --git a/bin/openapi3/objc-petstore-coredata.sh b/bin/openapi3/objc-petstore-coredata.sh index ed6b41e00ab..bb5b16889c5 100755 --- a/bin/openapi3/objc-petstore-coredata.sh +++ b/bin/openapi3/objc-petstore-coredata.sh @@ -1,6 +1,7 @@ #!/bin/sh SCRIPT="$0" +echo "# START SCRIPT: $SCRIPT" while [ -h "$SCRIPT" ] ; do ls=`ls -ld "$SCRIPT"` diff --git a/bin/openapi3/objc-petstore.sh b/bin/openapi3/objc-petstore.sh index 593eae5a96f..d035882fb24 100755 --- a/bin/openapi3/objc-petstore.sh +++ b/bin/openapi3/objc-petstore.sh @@ -1,6 +1,7 @@ #!/bin/sh SCRIPT="$0" +echo "# START SCRIPT: $SCRIPT" while [ -h "$SCRIPT" ] ; do ls=`ls -ld "$SCRIPT"` diff --git a/bin/openapi3/perl-petstore.sh b/bin/openapi3/perl-petstore.sh index 3508fa2ae80..68c116ef509 100755 --- a/bin/openapi3/perl-petstore.sh +++ b/bin/openapi3/perl-petstore.sh @@ -1,6 +1,7 @@ #!/bin/sh SCRIPT="$0" +echo "# START SCRIPT: $SCRIPT" while [ -h "$SCRIPT" ] ; do ls=`ls -ld "$SCRIPT"` diff --git a/bin/openapi3/php-petstore.sh b/bin/openapi3/php-petstore.sh index 436b48d0e06..6119a8bbc67 100755 --- a/bin/openapi3/php-petstore.sh +++ b/bin/openapi3/php-petstore.sh @@ -1,6 +1,7 @@ #!/bin/sh SCRIPT="$0" +echo "# START SCRIPT: $SCRIPT" while [ -h "$SCRIPT" ] ; do ls=`ls -ld "$SCRIPT"` diff --git a/bin/openapi3/pistache-server-petstore.sh b/bin/openapi3/pistache-server-petstore.sh index 61fa413bd97..3b8d6ff1486 100755 --- a/bin/openapi3/pistache-server-petstore.sh +++ b/bin/openapi3/pistache-server-petstore.sh @@ -1,6 +1,7 @@ #!/usr/bin/env bash SCRIPT="$0" +echo "# START SCRIPT: $SCRIPT" while [ -h "$SCRIPT" ] ; do ls=`ls -ld "$SCRIPT"` diff --git a/bin/openapi3/powershell-petstore.sh b/bin/openapi3/powershell-petstore.sh index 82386152804..275f61db655 100755 --- a/bin/openapi3/powershell-petstore.sh +++ b/bin/openapi3/powershell-petstore.sh @@ -1,6 +1,7 @@ #!/bin/sh SCRIPT="$0" +echo "# START SCRIPT: $SCRIPT" while [ -h "$SCRIPT" ] ; do ls=`ls -ld "$SCRIPT"` diff --git a/bin/openapi3/qt5-petstore.sh b/bin/openapi3/qt5-petstore.sh index 4c89d47c1ab..c73a3d34d25 100755 --- a/bin/openapi3/qt5-petstore.sh +++ b/bin/openapi3/qt5-petstore.sh @@ -1,6 +1,7 @@ #!/bin/sh SCRIPT="$0" +echo "# START SCRIPT: $SCRIPT" while [ -h "$SCRIPT" ] ; do ls=`ls -ld "$SCRIPT"` diff --git a/bin/openapi3/r-petstore.sh b/bin/openapi3/r-petstore.sh index 1f4a03baa37..20aa44ec9f2 100755 --- a/bin/openapi3/r-petstore.sh +++ b/bin/openapi3/r-petstore.sh @@ -1,6 +1,7 @@ #!/bin/sh SCRIPT="$0" +echo "# START SCRIPT: $SCRIPT" while [ -h "$SCRIPT" ] ; do ls=`ls -ld "$SCRIPT"` diff --git a/bin/openapi3/rails5-petstore-server.sh b/bin/openapi3/rails5-petstore-server.sh index 32a6dd8459b..db8ee5116a7 100755 --- a/bin/openapi3/rails5-petstore-server.sh +++ b/bin/openapi3/rails5-petstore-server.sh @@ -1,6 +1,7 @@ #!/bin/sh SCRIPT="$0" +echo "# START SCRIPT: $SCRIPT" while [ -h "$SCRIPT" ] ; do ls=`ls -ld "$SCRIPT"` diff --git a/bin/openapi3/restbed-petstore-server.sh b/bin/openapi3/restbed-petstore-server.sh index c3a0f19e7cd..126debf2529 100755 --- a/bin/openapi3/restbed-petstore-server.sh +++ b/bin/openapi3/restbed-petstore-server.sh @@ -1,6 +1,7 @@ #!/usr/bin/env bash SCRIPT="$0" +echo "# START SCRIPT: $SCRIPT" while [ -h "$SCRIPT" ] ; do ls=`ls -ld "$SCRIPT"` diff --git a/bin/openapi3/ruby-petstore.sh b/bin/openapi3/ruby-petstore.sh index 56e0706e05f..8f0699ce5cb 100755 --- a/bin/openapi3/ruby-petstore.sh +++ b/bin/openapi3/ruby-petstore.sh @@ -1,6 +1,7 @@ #!/bin/sh SCRIPT="$0" +echo "# START SCRIPT: $SCRIPT" while [ -h "$SCRIPT" ] ; do ls=`ls -ld "$SCRIPT"` diff --git a/bin/openapi3/scala-petstore.sh b/bin/openapi3/scala-petstore.sh index 9edea17d912..21a2faa0f4f 100755 --- a/bin/openapi3/scala-petstore.sh +++ b/bin/openapi3/scala-petstore.sh @@ -1,6 +1,7 @@ #!/bin/sh SCRIPT="$0" +echo "# START SCRIPT: $SCRIPT" while [ -h "$SCRIPT" ] ; do ls=`ls -ld "$SCRIPT"` diff --git a/bin/openapi3/scalatra-petstore-server.sh b/bin/openapi3/scalatra-petstore-server.sh index e686e59db1a..3757099a160 100755 --- a/bin/openapi3/scalatra-petstore-server.sh +++ b/bin/openapi3/scalatra-petstore-server.sh @@ -1,6 +1,7 @@ #!/bin/sh SCRIPT="$0" +echo "# START SCRIPT: $SCRIPT" while [ -h "$SCRIPT" ] ; do ls=`ls -ld "$SCRIPT"` diff --git a/bin/openapi3/scalaz-petstore.sh b/bin/openapi3/scalaz-petstore.sh index 1ccbbe60482..d90ee91555b 100755 --- a/bin/openapi3/scalaz-petstore.sh +++ b/bin/openapi3/scalaz-petstore.sh @@ -1,6 +1,7 @@ #!/bin/sh SCRIPT="$0" +echo "# START SCRIPT: $SCRIPT" while [ -h "$SCRIPT" ] ; do ls=`ls -ld "$SCRIPT"` diff --git a/bin/openapi3/security/php-petstore.sh b/bin/openapi3/security/php-petstore.sh index 7c1a73680ff..31d2555c811 100755 --- a/bin/openapi3/security/php-petstore.sh +++ b/bin/openapi3/security/php-petstore.sh @@ -1,6 +1,7 @@ #!/bin/sh SCRIPT="$0" +echo "# START SCRIPT: $SCRIPT" while [ -h "$SCRIPT" ] ; do ls=`ls -ld "$SCRIPT"` diff --git a/bin/openapi3/sinatra-petstore-server.sh b/bin/openapi3/sinatra-petstore-server.sh index a755da596bb..21154e5fe3a 100755 --- a/bin/openapi3/sinatra-petstore-server.sh +++ b/bin/openapi3/sinatra-petstore-server.sh @@ -1,6 +1,7 @@ #!/bin/sh SCRIPT="$0" +echo "# START SCRIPT: $SCRIPT" while [ -h "$SCRIPT" ] ; do ls=`ls -ld "$SCRIPT"` diff --git a/bin/openapi3/tizen-petstore.sh b/bin/openapi3/tizen-petstore.sh index a865055007a..b007a440077 100755 --- a/bin/openapi3/tizen-petstore.sh +++ b/bin/openapi3/tizen-petstore.sh @@ -1,6 +1,7 @@ #!/bin/sh SCRIPT="$0" +echo "# START SCRIPT: $SCRIPT" while [ -h "$SCRIPT" ] ; do ls=`ls -ld "$SCRIPT"` diff --git a/bin/perl-petstore.sh b/bin/perl-petstore.sh index a57d0a7b6b6..7c437cfef1a 100755 --- a/bin/perl-petstore.sh +++ b/bin/perl-petstore.sh @@ -1,6 +1,7 @@ #!/bin/sh SCRIPT="$0" +echo "# START SCRIPT: $SCRIPT" while [ -h "$SCRIPT" ] ; do ls=`ls -ld "$SCRIPT"` diff --git a/bin/php-petstore.sh b/bin/php-petstore.sh index a6190a4bb40..40d0e8d904c 100755 --- a/bin/php-petstore.sh +++ b/bin/php-petstore.sh @@ -1,6 +1,7 @@ #!/bin/sh SCRIPT="$0" +echo "# START SCRIPT: $SCRIPT" while [ -h "$SCRIPT" ] ; do ls=`ls -ld "$SCRIPT"` diff --git a/bin/php-silex-petstore-server.sh b/bin/php-silex-petstore-server.sh index 31ec1b50344..d78083a69cc 100755 --- a/bin/php-silex-petstore-server.sh +++ b/bin/php-silex-petstore-server.sh @@ -1,6 +1,7 @@ #!/bin/sh SCRIPT="$0" +echo "# START SCRIPT: $SCRIPT" while [ -h "$SCRIPT" ] ; do ls=`ls -ld "$SCRIPT"` diff --git a/bin/php-symfony-petstore.sh b/bin/php-symfony-petstore.sh index 18ca3b46e88..476bb5311d0 100755 --- a/bin/php-symfony-petstore.sh +++ b/bin/php-symfony-petstore.sh @@ -1,6 +1,7 @@ #!/bin/bash SCRIPT="$0" +echo "# START SCRIPT: $SCRIPT" while [ -h "$SCRIPT" ] ; do ls=`ls -ld "$SCRIPT"` diff --git a/bin/pistache-server-petstore.sh b/bin/pistache-server-petstore.sh index d9cbf4d48fc..4a3331a5447 100755 --- a/bin/pistache-server-petstore.sh +++ b/bin/pistache-server-petstore.sh @@ -1,6 +1,7 @@ #!/usr/bin/env bash SCRIPT="$0" +echo "# START SCRIPT: $SCRIPT" while [ -h "$SCRIPT" ] ; do ls=`ls -ld "$SCRIPT"` diff --git a/bin/powershell-petstore.sh b/bin/powershell-petstore.sh index f7697bbf2d4..837e558e71b 100755 --- a/bin/powershell-petstore.sh +++ b/bin/powershell-petstore.sh @@ -1,6 +1,7 @@ #!/bin/sh SCRIPT="$0" +echo "# START SCRIPT: $SCRIPT" while [ -h "$SCRIPT" ] ; do ls=$(ls -ld "$SCRIPT") diff --git a/bin/python-asyncio-petstore.sh b/bin/python-asyncio-petstore.sh index 9bfcc245810..8f1435dd226 100755 --- a/bin/python-asyncio-petstore.sh +++ b/bin/python-asyncio-petstore.sh @@ -1,6 +1,7 @@ #!/bin/sh SCRIPT="$0" +echo "# START SCRIPT: $SCRIPT" while [ -h "$SCRIPT" ] ; do ls=`ls -ld "$SCRIPT"` diff --git a/bin/python-flask-petstore-python2.sh b/bin/python-flask-petstore-python2.sh index 053cb5c7be3..54b237ceb72 100755 --- a/bin/python-flask-petstore-python2.sh +++ b/bin/python-flask-petstore-python2.sh @@ -1,6 +1,7 @@ #!/bin/sh SCRIPT="$0" +echo "# START SCRIPT: $SCRIPT" while [ -h "$SCRIPT" ] ; do ls=`ls -ld "$SCRIPT"` diff --git a/bin/python-flask-petstore.sh b/bin/python-flask-petstore.sh index 7aea96fb2ed..a8db5994a00 100755 --- a/bin/python-flask-petstore.sh +++ b/bin/python-flask-petstore.sh @@ -1,6 +1,7 @@ #!/bin/sh SCRIPT="$0" +echo "# START SCRIPT: $SCRIPT" while [ -h "$SCRIPT" ] ; do ls=`ls -ld "$SCRIPT"` diff --git a/bin/python-petstore.sh b/bin/python-petstore.sh index 1a37b1b0c3b..b15e1ba6d7f 100755 --- a/bin/python-petstore.sh +++ b/bin/python-petstore.sh @@ -1,6 +1,7 @@ #!/bin/sh SCRIPT="$0" +echo "# START SCRIPT: $SCRIPT" while [ -h "$SCRIPT" ] ; do ls=`ls -ld "$SCRIPT"` diff --git a/bin/python-tornado-petstore.sh b/bin/python-tornado-petstore.sh index 68126322f91..4d927e3212d 100755 --- a/bin/python-tornado-petstore.sh +++ b/bin/python-tornado-petstore.sh @@ -1,6 +1,7 @@ #!/bin/sh SCRIPT="$0" +echo "# START SCRIPT: $SCRIPT" while [ -h "$SCRIPT" ] ; do ls=`ls -ld "$SCRIPT"` diff --git a/bin/qt5-petstore.sh b/bin/qt5-petstore.sh index 535c7ef0a05..f7bd01c89a4 100755 --- a/bin/qt5-petstore.sh +++ b/bin/qt5-petstore.sh @@ -1,6 +1,7 @@ #!/bin/sh SCRIPT="$0" +echo "# START SCRIPT: $SCRIPT" while [ -h "$SCRIPT" ] ; do ls=`ls -ld "$SCRIPT"` diff --git a/bin/r-petstore.sh b/bin/r-petstore.sh index 9a8ac8dfc08..e68f68d22cc 100755 --- a/bin/r-petstore.sh +++ b/bin/r-petstore.sh @@ -1,6 +1,7 @@ #!/bin/sh SCRIPT="$0" +echo "# START SCRIPT: $SCRIPT" while [ -h "$SCRIPT" ] ; do ls=`ls -ld "$SCRIPT"` diff --git a/bin/rails5-petstore-server.sh b/bin/rails5-petstore-server.sh index 59d6a6cbc6e..dc895452af9 100755 --- a/bin/rails5-petstore-server.sh +++ b/bin/rails5-petstore-server.sh @@ -1,6 +1,7 @@ #!/bin/sh SCRIPT="$0" +echo "# START SCRIPT: $SCRIPT" while [ -h "$SCRIPT" ] ; do ls=`ls -ld "$SCRIPT"` diff --git a/bin/restbed-petstore-server.sh b/bin/restbed-petstore-server.sh index 0b15d89b3bd..ee273260d7e 100755 --- a/bin/restbed-petstore-server.sh +++ b/bin/restbed-petstore-server.sh @@ -1,6 +1,7 @@ #!/usr/bin/env bash SCRIPT="$0" +echo "# START SCRIPT: $SCRIPT" while [ -h "$SCRIPT" ] ; do ls=`ls -ld "$SCRIPT"` diff --git a/bin/ruby-petstore.sh b/bin/ruby-petstore.sh index bafd0322fbf..3da6fe5ca00 100755 --- a/bin/ruby-petstore.sh +++ b/bin/ruby-petstore.sh @@ -1,6 +1,7 @@ #!/bin/sh SCRIPT="$0" +echo "# START SCRIPT: $SCRIPT" while [ -h "$SCRIPT" ] ; do ls=`ls -ld "$SCRIPT"` diff --git a/bin/rust-petstore.sh b/bin/rust-petstore.sh index 36731845d33..31fbdd2753c 100755 --- a/bin/rust-petstore.sh +++ b/bin/rust-petstore.sh @@ -1,6 +1,7 @@ #!/bin/sh SCRIPT="$0" +echo "# START SCRIPT: $SCRIPT" while [ -h "$SCRIPT" ] ; do ls=$(ls -ld "$SCRIPT") diff --git a/bin/rust-server-petstore.sh b/bin/rust-server-petstore.sh index e482b28b927..fb765612bf7 100755 --- a/bin/rust-server-petstore.sh +++ b/bin/rust-server-petstore.sh @@ -1,6 +1,7 @@ #!/bin/sh SCRIPT="$0" +echo "# START SCRIPT: $SCRIPT" while [ -h "$SCRIPT" ] ; do ls=`ls -ld "$SCRIPT"` diff --git a/bin/scala-gatling-petstore.sh b/bin/scala-gatling-petstore.sh index 7ad93d94bfa..e792088f821 100755 --- a/bin/scala-gatling-petstore.sh +++ b/bin/scala-gatling-petstore.sh @@ -1,6 +1,7 @@ #!/bin/sh SCRIPT="$0" +echo "# START SCRIPT: $SCRIPT" while [ -h "$SCRIPT" ] ; do ls=`ls -ld "$SCRIPT"` diff --git a/bin/scala-lagom-server-petstore.sh b/bin/scala-lagom-server-petstore.sh index ea90ab05204..a91048301d2 100755 --- a/bin/scala-lagom-server-petstore.sh +++ b/bin/scala-lagom-server-petstore.sh @@ -1,6 +1,7 @@ #!/bin/sh SCRIPT="$0" +echo "# START SCRIPT: $SCRIPT" while [ -h "$SCRIPT" ] ; do ls=`ls -ld "$SCRIPT"` diff --git a/bin/scala-petstore.sh b/bin/scala-petstore.sh index 462d1195097..1c1b5775aba 100755 --- a/bin/scala-petstore.sh +++ b/bin/scala-petstore.sh @@ -1,6 +1,7 @@ #!/bin/sh SCRIPT="$0" +echo "# START SCRIPT: $SCRIPT" while [ -h "$SCRIPT" ] ; do ls=`ls -ld "$SCRIPT"` diff --git a/bin/scalatra-petstore-server.sh b/bin/scalatra-petstore-server.sh index 8270f7a2f4d..f96a7d4e2c9 100755 --- a/bin/scalatra-petstore-server.sh +++ b/bin/scalatra-petstore-server.sh @@ -1,6 +1,7 @@ #!/bin/sh SCRIPT="$0" +echo "# START SCRIPT: $SCRIPT" while [ -h "$SCRIPT" ] ; do ls=`ls -ld "$SCRIPT"` diff --git a/bin/scalaz-petstore.sh b/bin/scalaz-petstore.sh index 7ea1afd0a62..113c90708fd 100755 --- a/bin/scalaz-petstore.sh +++ b/bin/scalaz-petstore.sh @@ -1,6 +1,7 @@ #!/bin/sh SCRIPT="$0" +echo "# START SCRIPT: $SCRIPT" while [ -h "$SCRIPT" ] ; do ls=`ls -ld "$SCRIPT"` diff --git a/bin/security/csharp-petstore.sh b/bin/security/csharp-petstore.sh index ea6e7e1b3fa..cca610949f5 100755 --- a/bin/security/csharp-petstore.sh +++ b/bin/security/csharp-petstore.sh @@ -1,6 +1,7 @@ #!/bin/sh SCRIPT="$0" +echo "# START SCRIPT: $SCRIPT" while [ -h "$SCRIPT" ] ; do ls=`ls -ld "$SCRIPT"` diff --git a/bin/security/go-petstore.sh b/bin/security/go-petstore.sh index c1665e9ddaa..4596b6c12da 100755 --- a/bin/security/go-petstore.sh +++ b/bin/security/go-petstore.sh @@ -1,6 +1,7 @@ #!/bin/sh SCRIPT="$0" +echo "# START SCRIPT: $SCRIPT" while [ -h "$SCRIPT" ] ; do ls=`ls -ld "$SCRIPT"` diff --git a/bin/security/java-petstore-okhttp-gson.sh b/bin/security/java-petstore-okhttp-gson.sh index f3b48d00149..92958522d8b 100755 --- a/bin/security/java-petstore-okhttp-gson.sh +++ b/bin/security/java-petstore-okhttp-gson.sh @@ -1,6 +1,7 @@ #!/bin/sh SCRIPT="$0" +echo "# START SCRIPT: $SCRIPT" while [ -h "$SCRIPT" ] ; do ls=`ls -ld "$SCRIPT"` diff --git a/bin/security/javascript-closure-angular.sh b/bin/security/javascript-closure-angular.sh index 09bd1ebe467..9552a5a9cd7 100755 --- a/bin/security/javascript-closure-angular.sh +++ b/bin/security/javascript-closure-angular.sh @@ -1,6 +1,7 @@ #!/bin/sh SCRIPT="$0" +echo "# START SCRIPT: $SCRIPT" while [ -h "$SCRIPT" ] ; do ls=`ls -ld "$SCRIPT"` diff --git a/bin/security/javascript-petstore.sh b/bin/security/javascript-petstore.sh index 29e12d787ee..707e4bf4e89 100755 --- a/bin/security/javascript-petstore.sh +++ b/bin/security/javascript-petstore.sh @@ -1,6 +1,7 @@ #!/bin/sh SCRIPT="$0" +echo "# START SCRIPT: $SCRIPT" while [ -h "$SCRIPT" ] ; do ls=`ls -ld "$SCRIPT"` diff --git a/bin/security/lumen-petstore-server.sh b/bin/security/lumen-petstore-server.sh index bc20c2f9ebe..999a9c6fff8 100755 --- a/bin/security/lumen-petstore-server.sh +++ b/bin/security/lumen-petstore-server.sh @@ -1,6 +1,7 @@ #!/bin/sh SCRIPT="$0" +echo "# START SCRIPT: $SCRIPT" while [ -h "$SCRIPT" ] ; do ls=`ls -ld "$SCRIPT"` diff --git a/bin/security/objc-petstore.sh b/bin/security/objc-petstore.sh index 30e0c5f88f0..a1833219a0d 100755 --- a/bin/security/objc-petstore.sh +++ b/bin/security/objc-petstore.sh @@ -1,6 +1,7 @@ #!/bin/sh SCRIPT="$0" +echo "# START SCRIPT: $SCRIPT" while [ -h "$SCRIPT" ] ; do ls=`ls -ld "$SCRIPT"` diff --git a/bin/security/perl-petstore.sh b/bin/security/perl-petstore.sh index b6378a322f7..c62ffbc561d 100755 --- a/bin/security/perl-petstore.sh +++ b/bin/security/perl-petstore.sh @@ -1,6 +1,7 @@ #!/bin/sh SCRIPT="$0" +echo "# START SCRIPT: $SCRIPT" while [ -h "$SCRIPT" ] ; do ls=`ls -ld "$SCRIPT"` diff --git a/bin/security/php-petstore.sh b/bin/security/php-petstore.sh index 09a0dc8b9f8..f5eb948951c 100755 --- a/bin/security/php-petstore.sh +++ b/bin/security/php-petstore.sh @@ -1,6 +1,7 @@ #!/bin/sh SCRIPT="$0" +echo "# START SCRIPT: $SCRIPT" while [ -h "$SCRIPT" ] ; do ls=`ls -ld "$SCRIPT"` diff --git a/bin/security/python-petstore.sh b/bin/security/python-petstore.sh index 47e54c52328..0f305e084a8 100755 --- a/bin/security/python-petstore.sh +++ b/bin/security/python-petstore.sh @@ -1,6 +1,7 @@ #!/bin/sh SCRIPT="$0" +echo "# START SCRIPT: $SCRIPT" while [ -h "$SCRIPT" ] ; do ls=`ls -ld "$SCRIPT"` diff --git a/bin/security/qt5cpp-petstore.sh b/bin/security/qt5cpp-petstore.sh index ed6de6c68a3..2bce3bdec0b 100755 --- a/bin/security/qt5cpp-petstore.sh +++ b/bin/security/qt5cpp-petstore.sh @@ -1,6 +1,7 @@ #!/bin/sh SCRIPT="$0" +echo "# START SCRIPT: $SCRIPT" while [ -h "$SCRIPT" ] ; do ls=`ls -ld "$SCRIPT"` diff --git a/bin/security/ruby-petstore.sh b/bin/security/ruby-petstore.sh index fb36d789567..f5d930d6401 100755 --- a/bin/security/ruby-petstore.sh +++ b/bin/security/ruby-petstore.sh @@ -1,6 +1,7 @@ #!/bin/sh SCRIPT="$0" +echo "# START SCRIPT: $SCRIPT" while [ -h "$SCRIPT" ] ; do ls=`ls -ld "$SCRIPT"` diff --git a/bin/security/scala-petstore.sh b/bin/security/scala-petstore.sh index 8d363ebc963..51601b435ab 100755 --- a/bin/security/scala-petstore.sh +++ b/bin/security/scala-petstore.sh @@ -1,6 +1,7 @@ #!/bin/sh SCRIPT="$0" +echo "# START SCRIPT: $SCRIPT" while [ -h "$SCRIPT" ] ; do ls=`ls -ld "$SCRIPT"` diff --git a/bin/security/silex-petstore-server.sh b/bin/security/silex-petstore-server.sh index 4da93bffd59..a3a3d481a8f 100755 --- a/bin/security/silex-petstore-server.sh +++ b/bin/security/silex-petstore-server.sh @@ -1,6 +1,7 @@ #!/bin/sh SCRIPT="$0" +echo "# START SCRIPT: $SCRIPT" while [ -h "$SCRIPT" ] ; do ls=`ls -ld "$SCRIPT"` diff --git a/bin/security/slim-petstore-server.sh b/bin/security/slim-petstore-server.sh index f6904422b7c..9e38cc1149a 100755 --- a/bin/security/slim-petstore-server.sh +++ b/bin/security/slim-petstore-server.sh @@ -1,6 +1,7 @@ #!/bin/sh SCRIPT="$0" +echo "# START SCRIPT: $SCRIPT" while [ -h "$SCRIPT" ] ; do ls=`ls -ld "$SCRIPT"` diff --git a/bin/security/swift-petstore.sh b/bin/security/swift-petstore.sh index 49d5f07c047..a3d9083cc4f 100755 --- a/bin/security/swift-petstore.sh +++ b/bin/security/swift-petstore.sh @@ -1,6 +1,7 @@ #!/bin/sh SCRIPT="$0" +echo "# START SCRIPT: $SCRIPT" while [ -h "$SCRIPT" ] ; do ls=`ls -ld "$SCRIPT"` diff --git a/bin/security/typescript-angular.sh b/bin/security/typescript-angular.sh index a8d147e909a..5c083055ee0 100755 --- a/bin/security/typescript-angular.sh +++ b/bin/security/typescript-angular.sh @@ -1,6 +1,7 @@ #!/bin/sh SCRIPT="$0" +echo "# START SCRIPT: $SCRIPT" while [ -h "$SCRIPT" ] ; do ls=`ls -ld "$SCRIPT"` diff --git a/bin/security/typescript-angular2.sh b/bin/security/typescript-angular2.sh index 2ff7a9bac22..4b8860b16e1 100755 --- a/bin/security/typescript-angular2.sh +++ b/bin/security/typescript-angular2.sh @@ -1,6 +1,7 @@ #!/bin/sh SCRIPT="$0" +echo "# START SCRIPT: $SCRIPT" while [ -h "$SCRIPT" ] ; do ls=`ls -ld "$SCRIPT"` diff --git a/bin/security/typescript-fetch-petstore.sh b/bin/security/typescript-fetch-petstore.sh index 9e9f78d1961..a8ec058d4cb 100755 --- a/bin/security/typescript-fetch-petstore.sh +++ b/bin/security/typescript-fetch-petstore.sh @@ -1,6 +1,7 @@ #!/bin/sh SCRIPT="$0" +echo "# START SCRIPT: $SCRIPT" while [ -h "$SCRIPT" ] ; do ls=`ls -ld "$SCRIPT"` diff --git a/bin/security/typescript-inversify.sh b/bin/security/typescript-inversify.sh index 0dcb407c41f..e26f56d4954 100755 --- a/bin/security/typescript-inversify.sh +++ b/bin/security/typescript-inversify.sh @@ -1,6 +1,7 @@ #!/bin/sh SCRIPT="$0" +echo "# START SCRIPT: $SCRIPT" while [ -h "$SCRIPT" ] ; do ls=`ls -ld "$SCRIPT"` diff --git a/bin/security/typescript-jquery-all.sh b/bin/security/typescript-jquery-all.sh index 55a85196a51..3cd018d8171 100644 --- a/bin/security/typescript-jquery-all.sh +++ b/bin/security/typescript-jquery-all.sh @@ -1,6 +1,7 @@ #!/bin/sh SCRIPT="$0" +echo "# START SCRIPT: $SCRIPT" while [ -h "$SCRIPT" ] ; do ls=`ls -ld "$SCRIPT"` diff --git a/bin/security/typescript-node.sh b/bin/security/typescript-node.sh index 155be81664a..5262eec567f 100755 --- a/bin/security/typescript-node.sh +++ b/bin/security/typescript-node.sh @@ -1,6 +1,7 @@ #!/bin/sh SCRIPT="$0" +echo "# START SCRIPT: $SCRIPT" while [ -h "$SCRIPT" ] ; do ls=`ls -ld "$SCRIPT"` diff --git a/bin/sinatra-petstore-server.sh b/bin/sinatra-petstore-server.sh index 9ea45cfed84..38c605618f6 100755 --- a/bin/sinatra-petstore-server.sh +++ b/bin/sinatra-petstore-server.sh @@ -1,6 +1,7 @@ #!/bin/sh SCRIPT="$0" +echo "# START SCRIPT: $SCRIPT" while [ -h "$SCRIPT" ] ; do ls=`ls -ld "$SCRIPT"` diff --git a/bin/slim-petstore-server.sh b/bin/slim-petstore-server.sh index 3e914956acd..b0e3612b47f 100755 --- a/bin/slim-petstore-server.sh +++ b/bin/slim-petstore-server.sh @@ -1,6 +1,7 @@ #!/bin/sh SCRIPT="$0" +echo "# START SCRIPT: $SCRIPT" while [ -h "$SCRIPT" ] ; do ls=`ls -ld "$SCRIPT"` diff --git a/bin/spring-cloud-feign-petstore.sh b/bin/spring-cloud-feign-petstore.sh index 5944114b922..01c1973e0c8 100755 --- a/bin/spring-cloud-feign-petstore.sh +++ b/bin/spring-cloud-feign-petstore.sh @@ -1,6 +1,7 @@ #!/bin/sh SCRIPT="$0" +echo "# START SCRIPT: $SCRIPT" while [ -h "$SCRIPT" ] ; do ls=`ls -ld "$SCRIPT"` diff --git a/bin/spring-delegate-j8.sh b/bin/spring-delegate-j8.sh index 468b8f1c361..3d919c882f1 100755 --- a/bin/spring-delegate-j8.sh +++ b/bin/spring-delegate-j8.sh @@ -1,6 +1,7 @@ #!/bin/sh SCRIPT="$0" +echo "# START SCRIPT: $SCRIPT" while [ -h "$SCRIPT" ] ; do ls=`ls -ld "$SCRIPT"` diff --git a/bin/spring-delegate.sh b/bin/spring-delegate.sh index eb6ba2f28a7..9e6b7cac737 100755 --- a/bin/spring-delegate.sh +++ b/bin/spring-delegate.sh @@ -1,6 +1,7 @@ #!/bin/sh SCRIPT="$0" +echo "# START SCRIPT: $SCRIPT" while [ -h "$SCRIPT" ] ; do ls=`ls -ld "$SCRIPT"` diff --git a/bin/spring-mvc-petstore-j8-async-server.sh b/bin/spring-mvc-petstore-j8-async-server.sh index ea74c6157e6..6e3157ae7ea 100755 --- a/bin/spring-mvc-petstore-j8-async-server.sh +++ b/bin/spring-mvc-petstore-j8-async-server.sh @@ -1,6 +1,7 @@ #!/bin/sh SCRIPT="$0" +echo "# START SCRIPT: $SCRIPT" while [ -h "$SCRIPT" ] ; do ls=`ls -ld "$SCRIPT"` diff --git a/bin/spring-mvc-petstore-j8-localdatetime.sh b/bin/spring-mvc-petstore-j8-localdatetime.sh index 72a7debf82e..27fcb2f70f7 100755 --- a/bin/spring-mvc-petstore-j8-localdatetime.sh +++ b/bin/spring-mvc-petstore-j8-localdatetime.sh @@ -1,6 +1,7 @@ #!/bin/sh SCRIPT="$0" +echo "# START SCRIPT: $SCRIPT" while [ -h "$SCRIPT" ] ; do ls=`ls -ld "$SCRIPT"` diff --git a/bin/spring-mvc-petstore-server.sh b/bin/spring-mvc-petstore-server.sh index 4d58d771e6a..3b4e226e3e4 100755 --- a/bin/spring-mvc-petstore-server.sh +++ b/bin/spring-mvc-petstore-server.sh @@ -1,6 +1,7 @@ #!/bin/sh SCRIPT="$0" +echo "# START SCRIPT: $SCRIPT" while [ -h "$SCRIPT" ] ; do ls=`ls -ld "$SCRIPT"` diff --git a/bin/spring-stubs.sh b/bin/spring-stubs.sh index 65c31bfec52..109270cceeb 100755 --- a/bin/spring-stubs.sh +++ b/bin/spring-stubs.sh @@ -1,6 +1,7 @@ #!/bin/sh SCRIPT="$0" +echo "# START SCRIPT: $SCRIPT" while [ -h "$SCRIPT" ] ; do ls=`ls -ld "$SCRIPT"` diff --git a/bin/springboot-petstore-server-beanvalidation.sh b/bin/springboot-petstore-server-beanvalidation.sh index 793c81c2c0e..911c390eb0f 100755 --- a/bin/springboot-petstore-server-beanvalidation.sh +++ b/bin/springboot-petstore-server-beanvalidation.sh @@ -1,6 +1,7 @@ #!/bin/sh SCRIPT="$0" +echo "# START SCRIPT: $SCRIPT" while [ -h "$SCRIPT" ] ; do ls=`ls -ld "$SCRIPT"` diff --git a/bin/springboot-petstore-server-implicitHeaders.sh b/bin/springboot-petstore-server-implicitHeaders.sh index acdcfdb7ad0..4f0a92f3670 100755 --- a/bin/springboot-petstore-server-implicitHeaders.sh +++ b/bin/springboot-petstore-server-implicitHeaders.sh @@ -1,6 +1,7 @@ #!/bin/sh SCRIPT="$0" +echo "# START SCRIPT: $SCRIPT" while [ -h "$SCRIPT" ] ; do ls=`ls -ld "$SCRIPT"` diff --git a/bin/springboot-petstore-server-useOptional.sh b/bin/springboot-petstore-server-useOptional.sh index d69d12f8847..c909fd87411 100755 --- a/bin/springboot-petstore-server-useOptional.sh +++ b/bin/springboot-petstore-server-useOptional.sh @@ -1,6 +1,7 @@ #!/bin/sh SCRIPT="$0" +echo "# START SCRIPT: $SCRIPT" while [ -h "$SCRIPT" ] ; do ls=`ls -ld "$SCRIPT"` diff --git a/bin/springboot-petstore-server.sh b/bin/springboot-petstore-server.sh index 982953550d6..9ed95aedd0f 100755 --- a/bin/springboot-petstore-server.sh +++ b/bin/springboot-petstore-server.sh @@ -1,6 +1,7 @@ #!/bin/sh SCRIPT="$0" +echo "# START SCRIPT: $SCRIPT" while [ -h "$SCRIPT" ] ; do ls=`ls -ld "$SCRIPT"` diff --git a/bin/swift-petstore-all.sh b/bin/swift-petstore-all.sh index de757c53a66..5ad1da5ab17 100755 --- a/bin/swift-petstore-all.sh +++ b/bin/swift-petstore-all.sh @@ -1,6 +1,7 @@ #!/bin/sh SCRIPT="$0" +echo "# START SCRIPT: $SCRIPT" while [ -h "$SCRIPT" ] ; do ls=`ls -ld "$SCRIPT"` diff --git a/bin/swift-petstore-promisekit.sh b/bin/swift-petstore-promisekit.sh index ef0daeed0bb..c1b343b8816 100755 --- a/bin/swift-petstore-promisekit.sh +++ b/bin/swift-petstore-promisekit.sh @@ -1,6 +1,7 @@ #!/bin/sh SCRIPT="$0" +echo "# START SCRIPT: $SCRIPT" while [ -h "$SCRIPT" ] ; do ls=`ls -ld "$SCRIPT"` diff --git a/bin/swift-petstore-rxswift.sh b/bin/swift-petstore-rxswift.sh index a7dcc334c3b..d68536c82cd 100755 --- a/bin/swift-petstore-rxswift.sh +++ b/bin/swift-petstore-rxswift.sh @@ -1,6 +1,7 @@ #!/bin/sh SCRIPT="$0" +echo "# START SCRIPT: $SCRIPT" while [ -h "$SCRIPT" ] ; do ls=`ls -ld "$SCRIPT"` diff --git a/bin/swift-petstore.sh b/bin/swift-petstore.sh index 58f0458543a..04adc246c49 100755 --- a/bin/swift-petstore.sh +++ b/bin/swift-petstore.sh @@ -1,6 +1,7 @@ #!/bin/sh SCRIPT="$0" +echo "# START SCRIPT: $SCRIPT" while [ -h "$SCRIPT" ] ; do ls=`ls -ld "$SCRIPT"` diff --git a/bin/swift3-petstore-objcCompatible.sh b/bin/swift3-petstore-objcCompatible.sh index e5819a6be7e..b5e69198fec 100755 --- a/bin/swift3-petstore-objcCompatible.sh +++ b/bin/swift3-petstore-objcCompatible.sh @@ -1,6 +1,7 @@ #!/bin/sh SCRIPT="$0" +echo "# START SCRIPT: $SCRIPT" while [ -h "$SCRIPT" ] ; do ls=`ls -ld "$SCRIPT"` diff --git a/bin/swift3-petstore-promisekit.sh b/bin/swift3-petstore-promisekit.sh index a8e68a07216..913c114a32a 100755 --- a/bin/swift3-petstore-promisekit.sh +++ b/bin/swift3-petstore-promisekit.sh @@ -1,6 +1,7 @@ #!/bin/sh SCRIPT="$0" +echo "# START SCRIPT: $SCRIPT" while [ -h "$SCRIPT" ] ; do ls=`ls -ld "$SCRIPT"` diff --git a/bin/swift3-petstore-rxswift.sh b/bin/swift3-petstore-rxswift.sh index d8233f60931..15b1f7e5c0a 100755 --- a/bin/swift3-petstore-rxswift.sh +++ b/bin/swift3-petstore-rxswift.sh @@ -1,6 +1,7 @@ #!/bin/sh SCRIPT="$0" +echo "# START SCRIPT: $SCRIPT" while [ -h "$SCRIPT" ] ; do ls=`ls -ld "$SCRIPT"` diff --git a/bin/swift3-petstore-unwraprequired.sh b/bin/swift3-petstore-unwraprequired.sh index 4e80553172f..1a40856012a 100755 --- a/bin/swift3-petstore-unwraprequired.sh +++ b/bin/swift3-petstore-unwraprequired.sh @@ -1,6 +1,7 @@ #!/bin/sh SCRIPT="$0" +echo "# START SCRIPT: $SCRIPT" while [ -h "$SCRIPT" ] ; do ls=`ls -ld "$SCRIPT"` diff --git a/bin/swift3-petstore.sh b/bin/swift3-petstore.sh index 9b4d8d0b526..e63ee34d923 100755 --- a/bin/swift3-petstore.sh +++ b/bin/swift3-petstore.sh @@ -1,6 +1,7 @@ #!/bin/sh SCRIPT="$0" +echo "# START SCRIPT: $SCRIPT" while [ -h "$SCRIPT" ] ; do ls=`ls -ld "$SCRIPT"` diff --git a/bin/swift4-all.sh b/bin/swift4-all.sh index c2cd1c921a3..319973786f3 100755 --- a/bin/swift4-all.sh +++ b/bin/swift4-all.sh @@ -1,6 +1,7 @@ #!/bin/sh SCRIPT="$0" +echo "# START SCRIPT: $SCRIPT" while [ -h "$SCRIPT" ] ; do ls=`ls -ld "$SCRIPT"` diff --git a/bin/swift4-petstore-all.sh b/bin/swift4-petstore-all.sh index e02bf562150..2cdd8400c8b 100755 --- a/bin/swift4-petstore-all.sh +++ b/bin/swift4-petstore-all.sh @@ -1,6 +1,7 @@ #!/bin/sh SCRIPT="$0" +echo "# START SCRIPT: $SCRIPT" while [ -h "$SCRIPT" ] ; do ls=`ls -ld "$SCRIPT"` diff --git a/bin/swift4-petstore-objcCompatible.sh b/bin/swift4-petstore-objcCompatible.sh index 09b01de8840..d3da7f0bb5d 100755 --- a/bin/swift4-petstore-objcCompatible.sh +++ b/bin/swift4-petstore-objcCompatible.sh @@ -1,6 +1,7 @@ #!/bin/sh SCRIPT="$0" +echo "# START SCRIPT: $SCRIPT" while [ -h "$SCRIPT" ] ; do ls=`ls -ld "$SCRIPT"` diff --git a/bin/swift4-petstore-promisekit.sh b/bin/swift4-petstore-promisekit.sh index 30fe05f5a91..2a98de886d9 100755 --- a/bin/swift4-petstore-promisekit.sh +++ b/bin/swift4-petstore-promisekit.sh @@ -1,6 +1,7 @@ #!/bin/sh SCRIPT="$0" +echo "# START SCRIPT: $SCRIPT" while [ -h "$SCRIPT" ] ; do ls=`ls -ld "$SCRIPT"` diff --git a/bin/swift4-petstore-rxswift.sh b/bin/swift4-petstore-rxswift.sh index ba1a2b7c755..2735692bf2e 100755 --- a/bin/swift4-petstore-rxswift.sh +++ b/bin/swift4-petstore-rxswift.sh @@ -1,6 +1,7 @@ #!/bin/sh SCRIPT="$0" +echo "# START SCRIPT: $SCRIPT" while [ -h "$SCRIPT" ] ; do ls=`ls -ld "$SCRIPT"` diff --git a/bin/swift4-petstore.sh b/bin/swift4-petstore.sh index e1bfb6c6622..ece2bdee0d8 100755 --- a/bin/swift4-petstore.sh +++ b/bin/swift4-petstore.sh @@ -1,6 +1,7 @@ #!/bin/sh SCRIPT="$0" +echo "# START SCRIPT: $SCRIPT" while [ -h "$SCRIPT" ] ; do ls=`ls -ld "$SCRIPT"` diff --git a/bin/swift4-test.sh b/bin/swift4-test.sh index 186585fd4dc..327a2f50eb6 100755 --- a/bin/swift4-test.sh +++ b/bin/swift4-test.sh @@ -1,6 +1,7 @@ #!/bin/sh SCRIPT="$0" +echo "# START SCRIPT: $SCRIPT" while [ -h "$SCRIPT" ] ; do ls=`ls -ld "$SCRIPT"` diff --git a/bin/tizen-petstore.sh b/bin/tizen-petstore.sh index eba4afa4840..de61d23ea71 100755 --- a/bin/tizen-petstore.sh +++ b/bin/tizen-petstore.sh @@ -1,6 +1,7 @@ #!/bin/sh SCRIPT="$0" +echo "# START SCRIPT: $SCRIPT" while [ -h "$SCRIPT" ] ; do ls=`ls -ld "$SCRIPT"` diff --git a/bin/typescript-angular-petstore-all.sh b/bin/typescript-angular-petstore-all.sh index bea054451a7..b05aed83eeb 100755 --- a/bin/typescript-angular-petstore-all.sh +++ b/bin/typescript-angular-petstore-all.sh @@ -1,6 +1,7 @@ #!/bin/sh SCRIPT="$0" +echo "# START SCRIPT: $SCRIPT" while [ -h "$SCRIPT" ] ; do ls=`ls -ld "$SCRIPT"` diff --git a/bin/typescript-angular-v2-petstore-interfaces.sh b/bin/typescript-angular-v2-petstore-interfaces.sh index 03ffa06ac95..016c1d6e902 100755 --- a/bin/typescript-angular-v2-petstore-interfaces.sh +++ b/bin/typescript-angular-v2-petstore-interfaces.sh @@ -1,6 +1,7 @@ #!/bin/sh SCRIPT="$0" +echo "# START SCRIPT: $SCRIPT" while [ -h "$SCRIPT" ] ; do ls=`ls -ld "$SCRIPT"` diff --git a/bin/typescript-angular-v2-petstore-with-npm.sh b/bin/typescript-angular-v2-petstore-with-npm.sh index 5f5667b5545..20dc97666fe 100755 --- a/bin/typescript-angular-v2-petstore-with-npm.sh +++ b/bin/typescript-angular-v2-petstore-with-npm.sh @@ -1,6 +1,7 @@ #!/bin/sh SCRIPT="$0" +echo "# START SCRIPT: $SCRIPT" while [ -h "$SCRIPT" ] ; do ls=`ls -ld "$SCRIPT"` diff --git a/bin/typescript-angular-v2-petstore.sh b/bin/typescript-angular-v2-petstore.sh index 250217a4b78..4352afd6393 100755 --- a/bin/typescript-angular-v2-petstore.sh +++ b/bin/typescript-angular-v2-petstore.sh @@ -1,6 +1,7 @@ #!/bin/sh SCRIPT="$0" +echo "# START SCRIPT: $SCRIPT" while [ -h "$SCRIPT" ] ; do ls=`ls -ld "$SCRIPT"` diff --git a/bin/typescript-angular-v4-petstore-with-npm.sh b/bin/typescript-angular-v4-petstore-with-npm.sh index ec6c75fd8e4..c8b6877f31c 100755 --- a/bin/typescript-angular-v4-petstore-with-npm.sh +++ b/bin/typescript-angular-v4-petstore-with-npm.sh @@ -1,6 +1,7 @@ #!/bin/sh SCRIPT="$0" +echo "# START SCRIPT: $SCRIPT" while [ -h "$SCRIPT" ] ; do ls=`ls -ld "$SCRIPT"` diff --git a/bin/typescript-angular-v4.3-petstore-with-npm.sh b/bin/typescript-angular-v4.3-petstore-with-npm.sh index e8ac112affd..e9ce4925204 100755 --- a/bin/typescript-angular-v4.3-petstore-with-npm.sh +++ b/bin/typescript-angular-v4.3-petstore-with-npm.sh @@ -1,6 +1,7 @@ #!/bin/sh SCRIPT="$0" +echo "# START SCRIPT: $SCRIPT" while [ -h "$SCRIPT" ] ; do ls=`ls -ld "$SCRIPT"` diff --git a/bin/typescript-angularjs-petstore.sh b/bin/typescript-angularjs-petstore.sh index 85f1599ee2b..a4faa82c2f5 100755 --- a/bin/typescript-angularjs-petstore.sh +++ b/bin/typescript-angularjs-petstore.sh @@ -1,6 +1,7 @@ #!/bin/sh SCRIPT="$0" +echo "# START SCRIPT: $SCRIPT" while [ -h "$SCRIPT" ] ; do ls=`ls -ld "$SCRIPT"` diff --git a/bin/typescript-aurelia-petstore.sh b/bin/typescript-aurelia-petstore.sh index 33a39bb09e7..35beaaa863c 100755 --- a/bin/typescript-aurelia-petstore.sh +++ b/bin/typescript-aurelia-petstore.sh @@ -1,6 +1,7 @@ #!/bin/sh SCRIPT="$0" +echo "# START SCRIPT: $SCRIPT" while [ -h "$SCRIPT" ] ; do ls=`ls -ld "$SCRIPT"` diff --git a/bin/typescript-fetch-petstore-interfaces.sh b/bin/typescript-fetch-petstore-interfaces.sh index 5d6e657a612..2a1262ff03c 100755 --- a/bin/typescript-fetch-petstore-interfaces.sh +++ b/bin/typescript-fetch-petstore-interfaces.sh @@ -1,6 +1,7 @@ #!/bin/sh SCRIPT="$0" +echo "# START SCRIPT: $SCRIPT" while [ -h "$SCRIPT" ] ; do ls=`ls -ld "$SCRIPT"` diff --git a/bin/typescript-fetch-petstore-target-es6.sh b/bin/typescript-fetch-petstore-target-es6.sh index 497ca7a7b87..aaa8f95950f 100755 --- a/bin/typescript-fetch-petstore-target-es6.sh +++ b/bin/typescript-fetch-petstore-target-es6.sh @@ -1,6 +1,7 @@ #!/bin/sh SCRIPT="$0" +echo "# START SCRIPT: $SCRIPT" while [ -h "$SCRIPT" ] ; do ls=`ls -ld "$SCRIPT"` diff --git a/bin/typescript-fetch-petstore-with-npm-version.sh b/bin/typescript-fetch-petstore-with-npm-version.sh index ffa78f97bb5..34ea84069cd 100755 --- a/bin/typescript-fetch-petstore-with-npm-version.sh +++ b/bin/typescript-fetch-petstore-with-npm-version.sh @@ -1,6 +1,7 @@ #!/bin/sh SCRIPT="$0" +echo "# START SCRIPT: $SCRIPT" while [ -h "$SCRIPT" ] ; do ls=`ls -ld "$SCRIPT"` diff --git a/bin/typescript-fetch-petstore.sh b/bin/typescript-fetch-petstore.sh index 431aa676bc2..dc19d552b51 100755 --- a/bin/typescript-fetch-petstore.sh +++ b/bin/typescript-fetch-petstore.sh @@ -1,6 +1,7 @@ #!/bin/sh SCRIPT="$0" +echo "# START SCRIPT: $SCRIPT" while [ -h "$SCRIPT" ] ; do ls=`ls -ld "$SCRIPT"` diff --git a/bin/typescript-inversify-petstore.sh b/bin/typescript-inversify-petstore.sh index aa188a89e59..af44ca83087 100755 --- a/bin/typescript-inversify-petstore.sh +++ b/bin/typescript-inversify-petstore.sh @@ -1,6 +1,7 @@ #!/bin/sh SCRIPT="$0" +echo "# START SCRIPT: $SCRIPT" while [ -h "$SCRIPT" ] ; do ls=`ls -ld "$SCRIPT"` diff --git a/bin/typescript-jquery-petstore-all.sh b/bin/typescript-jquery-petstore-all.sh index 11fa53f98cb..a74ed66c93d 100755 --- a/bin/typescript-jquery-petstore-all.sh +++ b/bin/typescript-jquery-petstore-all.sh @@ -1,6 +1,7 @@ #!/bin/sh SCRIPT="$0" +echo "# START SCRIPT: $SCRIPT" while [ -h "$SCRIPT" ] ; do ls=`ls -ld "$SCRIPT"` diff --git a/bin/typescript-jquery-petstore-with-npm.sh b/bin/typescript-jquery-petstore-with-npm.sh index aee9e89b0ad..ba65d6bd117 100755 --- a/bin/typescript-jquery-petstore-with-npm.sh +++ b/bin/typescript-jquery-petstore-with-npm.sh @@ -1,6 +1,7 @@ #!/bin/sh SCRIPT="$0" +echo "# START SCRIPT: $SCRIPT" while [ -h "$SCRIPT" ] ; do ls=`ls -ld "$SCRIPT"` diff --git a/bin/typescript-jquery-petstore.sh b/bin/typescript-jquery-petstore.sh index 2d9d2e64900..3f1b4103cc0 100755 --- a/bin/typescript-jquery-petstore.sh +++ b/bin/typescript-jquery-petstore.sh @@ -1,6 +1,7 @@ #!/bin/sh SCRIPT="$0" +echo "# START SCRIPT: $SCRIPT" while [ -h "$SCRIPT" ] ; do ls=`ls -ld "$SCRIPT"` diff --git a/bin/typescript-node-petstore-all.sh b/bin/typescript-node-petstore-all.sh index a131d34547b..2ba5202feac 100755 --- a/bin/typescript-node-petstore-all.sh +++ b/bin/typescript-node-petstore-all.sh @@ -1,6 +1,7 @@ #!/bin/sh SCRIPT="$0" +echo "# START SCRIPT: $SCRIPT" while [ -h "$SCRIPT" ] ; do ls=`ls -ld "$SCRIPT"` diff --git a/bin/typescript-node-petstore-with-npm.sh b/bin/typescript-node-petstore-with-npm.sh index 830e20c9a7e..6316ab5dae2 100755 --- a/bin/typescript-node-petstore-with-npm.sh +++ b/bin/typescript-node-petstore-with-npm.sh @@ -1,6 +1,7 @@ #!/bin/sh SCRIPT="$0" +echo "# START SCRIPT: $SCRIPT" while [ -h "$SCRIPT" ] ; do ls=`ls -ld "$SCRIPT"` diff --git a/bin/typescript-node-petstore.sh b/bin/typescript-node-petstore.sh index 5eec03340f6..41dd6c919a9 100755 --- a/bin/typescript-node-petstore.sh +++ b/bin/typescript-node-petstore.sh @@ -1,6 +1,7 @@ #!/bin/sh SCRIPT="$0" +echo "# START SCRIPT: $SCRIPT" while [ -h "$SCRIPT" ] ; do ls=`ls -ld "$SCRIPT"` diff --git a/bin/ze-ph-petstore-server.sh b/bin/ze-ph-petstore-server.sh index 5c6e694362b..a6a47e47027 100755 --- a/bin/ze-ph-petstore-server.sh +++ b/bin/ze-ph-petstore-server.sh @@ -1,6 +1,7 @@ #!/bin/sh SCRIPT="$0" +echo "# START SCRIPT: $SCRIPT" while [ -h "$SCRIPT" ] ; do ls=`ls -ld "$SCRIPT"`