Skip to content

Instantly share code, notes, and snippets.

@joemay
Forked from nateswart/gist:9611571
Created April 1, 2014 17:57
Show Gist options
  • Select an option

  • Save joemay/9919452 to your computer and use it in GitHub Desktop.

Select an option

Save joemay/9919452 to your computer and use it in GitHub Desktop.
tell application "Messages"
log out service "<work-account1>"
log out service "<work-account2>"
end tell
tell application "Mail"
set enabled of account "<work-account>" to false
end tell
tell application "OmniFocus"
quit
end tell
tell application "Calendar"
quit
end tell
tell application "Skype"
quit
end tell
display notification "It's time to relax" with title "Breathe"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment