Skip to content

Instantly share code, notes, and snippets.

@reinvented
Created November 26, 2012 18:45
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save reinvented/4149855 to your computer and use it in GitHub Desktop.
Save reinvented/4149855 to your computer and use it in GitHub Desktop.
AppleScript to sign off Adium and Skype, close Bria and stop Rdio.
tell application "Rdio" to pause
tell application "Adium" to go away
tell application "Skype"
send command "SET PROFILE MOOD_TEXT " & "Left office at " & time string of (current date) script name "Phidgets"
send command "SET USERSTATUS OFFLINE" script name "Phidgets"
end tell
tell application "Bria 3"
quit
end tell
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment