Skip to content

Instantly share code, notes, and snippets.

View briansaycocie's full-sized avatar
🏠
Working remotely

Brian Saycocie briansaycocie

🏠
Working remotely
View GitHub Profile
@briansaycocie
briansaycocie / startmyday.sh
Last active December 1, 2017 20:49
Simple "Start My Day" Shell Script
#!/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