Skip to content

Instantly share code, notes, and snippets.

@andriyfedorov
Created April 15, 2016 00:11
Show Gist options
  • Save andriyfedorov/439969e3305c133b4288e617209a21a5 to your computer and use it in GitHub Desktop.
Save andriyfedorov/439969e3305c133b4288e617209a21a5 to your computer and use it in GitHub Desktop.
Google Cloud Shell profile
# Install awscli, troposphere
(pip show awscli > /dev/null) || (echo "Installing: awscli,troposphere" && sudo pip install awscli troposphere > /dev/null)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment