cronie
v0.0.7
Published
Simple tool for running cronjobs without crond.
Downloads
12
Readme
cronie
Simple tool for running cronjobs without crond.
Table of contents
Install
npm global install cronie
Usage
Run curl google.com
when time matches "* * * * *"
cronie run "* * * * *" curl google.com
Run ping google.com
and restart it when time matches "* * * * *"
cronie restart "* * * * *" ping google.com