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
|