Skip to content

Instantly share code, notes, and snippets.

@timtyrrell
Created March 3, 2012 02:00
Show Gist options
  • Save timtyrrell/1963582 to your computer and use it in GitHub Desktop.
Save timtyrrell/1963582 to your computer and use it in GitHub Desktop.
Kill notifiers
****On Start****
do shell script "killall YoruFukurou"
do shell script "killall Mail"
do shell script "killall 'Google Notifier'"
****On End****
tell application "Mail"
activate
end tell
tell application "Google Notifier"
activate
end tell
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment