aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xclient/cmd/example.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/client/cmd/example.sh b/client/cmd/example.sh
index 73395ad..7c37ff5 100755
--- a/client/cmd/example.sh
+++ b/client/cmd/example.sh
@@ -10,6 +10,10 @@ cd $tmpdir
commonargs="--log_id $ns --log_url $log_url" # --logtostderr -v 3
pause="sleep 1"
+echo "arguments used:"
+echo $commonargs
+echo ""
+
echo "fetching sth..."
get-sth $commonargs | tee sth1.output
echo "" && $pause