Skip to content

Instantly share code, notes, and snippets.

@andredtr
Created January 12, 2022 21:32
Show Gist options
  • Select an option

  • Save andredtr/cf21a581618d3cdf4e024f735c08a0a2 to your computer and use it in GitHub Desktop.

Select an option

Save andredtr/cf21a581618d3cdf4e024f735c08a0a2 to your computer and use it in GitHub Desktop.
do shell script "curl --location --request POST 'https://api.pushover.net/1/messages.json' --header 'Content-Type: application/json' --data '{\"token\": \" YOUR TOKEN HERE \", \"user\":\" YOUR USER HERE\", \"title\":\"Break ended\", \"message\":\"Time to get back at work\" }'"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment