Skip to content

Instantly share code, notes, and snippets.

@shamasis
Created May 5, 2021 12:48
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 shamasis/07c4a1abfa77c88b89633b568e87d8ec to your computer and use it in GitHub Desktop.
Save shamasis/07c4a1abfa77c88b89633b568e87d8ec to your computer and use it in GitHub Desktop.
Make your Mac remind you every 30 seconds
watch -n 30 say It is time
@shamasis
Copy link
Author

shamasis commented May 5, 2021

Without watch command

while true; say it is time ; sleep 30; done

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment