Skip to content

Instantly share code, notes, and snippets.

View andriyfedorov's full-sized avatar

Andriy Fedorov andriyfedorov

View GitHub Profile
@andriyfedorov
andriyfedorov / .profile
Created April 15, 2016 00:11
Google Cloud Shell profile
# Install awscli, troposphere
(pip show awscli > /dev/null) || (echo "Installing: awscli,troposphere" && sudo pip install awscli troposphere > /dev/null)