diff --git a/content/en/docs/ambient/getting-started/setup/snips.sh b/content/en/docs/ambient/getting-started/setup/snips.sh new file mode 100644 index 0000000000000..1b42fae57433e --- /dev/null +++ b/content/en/docs/ambient/getting-started/setup/snips.sh @@ -0,0 +1,4 @@ +#!/bin/bash +# shellcheck disable=SC2034,SC2153,SC2155,SC2164 + +# Empty file to see if I can get around https://github.com/istio/istio.io/issues/15200