Skip to content

Instantly share code, notes, and snippets.

@JGallardo
Created January 8, 2014 17:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save JGallardo/8320540 to your computer and use it in GitHub Desktop.
Save JGallardo/8320540 to your computer and use it in GitHub Desktop.
My script in the morning
#!/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