Skip to content

Instantly share code, notes, and snippets.

@zph
Created February 5, 2014 14:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zph/8824478 to your computer and use it in GitHub Desktop.
Save zph/8824478 to your computer and use it in GitHub Desktop.
function standup(){
open -a Safari.app 'http://www4.gotomeeting.com/join/757080295'
}
function tech_talk(){
open -a Safari.app "https://www4.gotomeeting.com/join/495279919"
}
function book_club(){
# open -a Safari.app "https://www4.gotomeeting.com/join/399012631/106853239"
open -a Safari.app "https://www4.gotomeeting.com/join/399012631"
}
function sprint_planning(){
open -a Safari.app "https://www4.gotomeeting.com/join/452903807"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment