Skip to content

Instantly share code, notes, and snippets.

@sekmo
Created November 6, 2017 09:42
Show Gist options
  • Save sekmo/28f8bcf1cbd50b643bac50c303b55285 to your computer and use it in GitHub Desktop.
Save sekmo/28f8bcf1cbd50b643bac50c303b55285 to your computer and use it in GitHub Desktop.
Alert every 5 minutes
#!/bin/bash
watch -n 300 afplay /System/Library/Sounds/Purr.aiff -v 11 0<&- &>/dev/null &
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment