Skip to content

Instantly share code, notes, and snippets.

@zeapo
Created May 22, 2015 12:36
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 zeapo/3164925017426102b17a to your computer and use it in GitHub Desktop.
Save zeapo/3164925017426102b17a to your computer and use it in GitHub Desktop.
Open docs and pricing of a GCP product
function gdoc()
{
open "https://cloud.google.com/$1/docs"
}
function gpricing()
{
open "https://cloud.google.com/$1/pricing"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment