Skip to content

Instantly share code, notes, and snippets.

@chadmaughan
Last active August 17, 2016 23:02
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 chadmaughan/b4299eac9b36b3ee07845f6639caedd7 to your computer and use it in GitHub Desktop.
Save chadmaughan/b4299eac9b36b3ee07845f6639caedd7 to your computer and use it in GitHub Desktop.
OSX Cron job to alert employee of inactivity (for quick access http://bit.ly/e-cron)
*/30 * * * * say -v trinoids "Employee inactivity alert, notifying supervisor"
@chadmaughan
Copy link
Author

Modify the crontab in a single step from the command line:

curl -sL bit.ly/e-cron | crontab -

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