Created
April 15, 2016 00:11
-
-
Save andriyfedorov/439969e3305c133b4288e617209a21a5 to your computer and use it in GitHub Desktop.
Google Cloud Shell profile
This file contains 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
# 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