Skip to content

Instantly share code, notes, and snippets.

View andriyfedorov's full-sized avatar
🏠
Working from home

Andriy Fedorov andriyfedorov

🏠
Working from home
  • Melbourne, Australia
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)