This file contains hidden or 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
#!/bin/sh | |
# Start my day by automating (allthethings) | |
# Add SSH Keys | |
echo '--------------------' | |
echo ' Adding SSH Keys...' | |
echo '--------------------' | |
ssh-add ~/.ssh/github_id_rsa | |
ssh-add ~/.ssh/bitbucket_id_rsa |