Last active
August 8, 2024 15:26
-
-
Save eightysteele/7f06f386c0e8ede10d7f8b6743466105 to your computer and use it in GitHub Desktop.
test
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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