Last active
March 3, 2016 19:24
-
-
Save cicorias/991e727fb3b426dcd832 to your computer and use it in GitHub Desktop.
Morning Routine - Mac OS X startup apps
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/bash | |
open -j -a 'Microsoft Lync' | |
open -j -a 'Slack' | |
open -j -a 'Skype' | |
open -k -a 'Microsoft Outlook' | |
open -j -a 'Quip' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment