Skip to content

Hardhik/macCronJobs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This folder contains all the scripts created and used in the system to show notifications and other stuff

  • To edit the crontab entries, run the command: crontab -e
  • To list existing cron jobs: crontab -l

Sample entries(with tabs in between, not spaces):

15 9-18 * * 1-5 /Users/hardhik/dev/macCronJobs/waterReminder45min.sh

0 9-18 * * 1-5 /Users/hardhik/dev/macCronJobs/takeBreak.sh

0 9 * * * /usr/bin/python /Users/hardhik/dev/macCronJobs/morningMessage.py

Repo backed up at: https://github.com/Hardhik/macCronJobs

About

Cron Job scripts I am using on the mac book.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published