Created
March 20, 2014 17:25
-
-
Save kevsmith/9669176 to your computer and use it in GitHub Desktop.
Join any hangout on our corp Google account from the terminal
This file contains hidden or 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
| Example: | |
| > hangout ted | |
| <Browser tab opens and connects to the ted hangout> |
This file contains hidden or 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
| #!/bin/sh | |
| open "https://plus.google.com/hangouts/_/meet/$1" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment