Skip to content

Instantly share code, notes, and snippets.

@joemay
Forked from nateswart/gist:9611551
Created April 1, 2014 17:56
Show Gist options
  • Save joemay/9919445 to your computer and use it in GitHub Desktop.
Save joemay/9919445 to your computer and use it in GitHub Desktop.
tell application "Messages"
log in service "<work-account1>"
log in service "<work-account2>"
end tell
tell application "Mail"
set enabled of account "<work-account>" to true
end tell
tell application "OmniFocus"
activate
end tell
tell application "Calendar"
activate
end tell
tell application "Skype"
activate
end tell
display notification "Ready to go" with title "Time to work"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment