Skip to content
Patrick Kilgore edited this page Oct 9, 2021 · 3 revisions

Welcome to the roll-it wiki! Please feel free to edit and add examples!

Scheduling Examples

Mac

  1. Copy the right binary for your architecture to a known directory, or to your PATH if you want to call it without a directory.
  2. Run the commands below to add to you crontab:
$ crontab -e # Edit to add...
$ crontab -l # Show what was added
50 12 * * 1-5 ~/bin/rollit

Explore other options for cron values here

Clone this wiki locally