Skip to content

Instantly share code, notes, and snippets.

@kevsmith
Created March 20, 2014 17:25
Show Gist options
  • Select an option

  • Save kevsmith/9669176 to your computer and use it in GitHub Desktop.

Select an option

Save kevsmith/9669176 to your computer and use it in GitHub Desktop.
Join any hangout on our corp Google account from the terminal
Example:
> hangout ted
<Browser tab opens and connects to the ted hangout>
#!/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