Skip to content

Instantly share code, notes, and snippets.

@yehgdotnet
Created August 24, 2020 15:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yehgdotnet/29f7992266901e4167ed4f6760495c1f to your computer and use it in GitHub Desktop.
Save yehgdotnet/29f7992266901e4167ed4f6760495c1f to your computer and use it in GitHub Desktop.
AppleScript Hourly Notification
set Dummy to ""
set HourTimer to 1
repeat while Dummy = ""
display notification "[Your Notification]"
delay 3600 * HourTimer
end repeat
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment