Skip to content

Instantly share code, notes, and snippets.

@eightysteele
Last active August 8, 2024 15:26
Show Gist options
  • Save eightysteele/7f06f386c0e8ede10d7f8b6743466105 to your computer and use it in GitHub Desktop.
Save eightysteele/7f06f386c0e8ede10d7f8b6743466105 to your computer and use it in GitHub Desktop.
test
#!/usr/bin/env bash
__wrap__() {
printf "\n→ authenticating gcloud...\n\n"
gcloud auth login --update-adc --force --launch-browser
}
__wrap__
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment