org auth param added
This commit is contained in:
parent
d0b5f5aa7f
commit
fc26677884
1 changed files with 4 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
|
if [[ "$1" == "--org" ]]; then
|
||||||
|
xdg-open https://accounts.google.com/signupwithoutgmail
|
||||||
|
fi
|
||||||
|
|
||||||
xdg-open https://www.googlesource.com/new-password
|
xdg-open https://www.googlesource.com/new-password
|
||||||
|
|
Loading…
Reference in a new issue