evm/googleGitLogIn.sh

10 lines
241 B
Bash
Raw Normal View History

2023-04-17 07:25:10 +00:00
#!/bin/bash
2023-04-17 08:24:38 +00:00
if [[ "$1" == "--org" ]]; then
xdg-open https://accounts.google.com/signupwithoutgmail
2023-04-17 08:53:55 +00:00
elif [[ "$1" == "--gpg"]]; then
xdg-open https://developers.google.com/widevine/pgp
2023-04-17 08:24:38 +00:00
fi
2023-04-17 07:25:10 +00:00
xdg-open https://www.googlesource.com/new-password