Created
March 16, 2022 14:53
-
-
Save edersonbadeca/3e50958b042b858b0f93bbec838458f1 to your computer and use it in GitHub Desktop.
Water reminder - mac script
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
try | |
repeat while true | |
say "Drink water now" | |
delay 300 | |
end repeat | |
end try |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment