Skip to content

Instantly share code, notes, and snippets.

@backus
Last active December 21, 2015 00:09
Show Gist options
  • Save backus/6217647 to your computer and use it in GitHub Desktop.
Save backus/6217647 to your computer and use it in GitHub Desktop.
tell application "Messages"
quit
end tell
tell application "HipChat"
quit
end tell
tell application "Cryptocat"
quit
end tell
tell application "Adium"
quit
end tell
tell application "FaceTime"
quit
end tell
tell application "Mail"
quit
end tell
tell application "Colloquy"
quit
end tell
tell application "Reeder"
quit
end tell
tell application "Skype"
quit
end tell
tell application "SelfControl" to activate
tell application "System Events"
tell process "SelfControl"
tell slider of window "SelfControl" to set value to 60
click button "Start" of window "SelfControl"
end tell
end tell
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment