add 999.disable-gcloud-spyware.sh

This commit is contained in:
Jeffrey Paul 2020-05-08 17:49:51 +00:00
parent 6184ab9ed9
commit 3eee519599
1 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1,5 @@
#!/bin/bash
if command -v gcloud >/dev/null 2>&1 >/dev/null ; then
gcloud config set disable_usage_reporting true >/dev/null 2>&1
fi