Created
January 8, 2014 17:18
-
-
Save JGallardo/8320540 to your computer and use it in GitHub Desktop.
My script in the morning
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/sh | |
open /Applications/iTerm.app & | |
open /Applications/Firefox.app & | |
open /Applications/Transmit.app & | |
open /Applications/Sublime Text 2 & | |
open /Applications/Messages.app & | |
open /Applications/Screenhero.app & | |
open ~/Desktop/LimeChat.app & | |
open "/Applications/Microsoft Office 2011/Microsoft Outlook.app" | |
exit 0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment