Skip to content

Instantly share code, notes, and snippets.

@maxbeizer
Created April 13, 2018 21:12
Show Gist options
  • Save maxbeizer/e46b5783da90936eb01198a06727ff45 to your computer and use it in GitHub Desktop.
Save maxbeizer/e46b5783da90936eb01198a06727ff45 to your computer and use it in GitHub Desktop.
#!/usr/bin/osascript
on run args
display notification (item 2 of args) with title (item 1 of args)
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment