Created
August 2, 2019 13:47
-
-
Save vgonda/6c5ec014989aadac5aa1f0b4f1d19d67 to your computer and use it in GitHub Desktop.
Getting my day started at Buffer
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
#!/bin/bash | |
echo "Getting started for the day" | |
echo "Opening Chrome" | |
/usr/bin/open -a "/Applications/Google Chrome.app" 'https://messages.android.com/' 'https://hangouts.google.com/' 'https://buffer.slack.com' 'https://mail.google.com' 'https://buffer.atlassian.net/secure/RapidBoard.jspa?rapidView=63' 'https://threads.com' 'https://console.firebase.google.com/u/1/project/buffer-publish-mobile/crashlytics/app/android:org.buffer.android/issues?state=open&time=last-seven-days&type=crash' 'https://reply.buffer.com/open/1' | |
echo "Opening Slack" | |
/usr/bin/open -a "Slack" | |
echo "Opening Android Studio" | |
/usr/bin/open -a "Android Studio" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment