Skip to content

Instantly share code, notes, and snippets.

@osa9
Created February 5, 2011 13:08
Show Gist options
  • Save osa9/812439 to your computer and use it in GitHub Desktop.
Save osa9/812439 to your computer and use it in GitHub Desktop.
Growlにアプリケーションを登録
tell application "GrowlHelperApp"
register as application ¬
"TWMailGrowl" all notifications {"Notification", "Notification2"} ¬
default notifications {"Notification"} ¬
icon of application "Script Editor"
end tell
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment