8000 Home · pckilgore/roll-it Wiki · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
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

3453
Clone this wiki locally
0