How to run Cron scripts in OS X

To run the cron scripts for os x, type this into terminal
 
sudo periodic daily weekly monthly
 
This will run the daily, weekly and monthly scripts in one go (omit what you don't want run). Map