Created
November 26, 2012 18:45
-
-
Save reinvented/4149855 to your computer and use it in GitHub Desktop.
AppleScript to sign off Adium and Skype, close Bria and stop Rdio.
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
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