We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a051efe commit 985cff1Copy full SHA for 985cff1
utils/calculate_api_stats.sh
@@ -1,6 +1,8 @@
1
#!/bin/bash
2
# Copyright The Linux Foundation and each contributor to CommunityBridge.
3
# SPDX-License-Identifier: MIT
4
+
5
6
if [ -z "$STAGE" ]
7
then
8
export STAGE=prod
utils/count_apis.sh
@@ -1,4 +1,7 @@
+# Copyright The Linux Foundation and each contributor to CommunityBridge.
+# SPDX-License-Identifier: MIT
if [ -z "${1}" ]
echo "Usage: $0 <path-to-api-logs>"
0 commit comments