Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 186 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 186 Bytes

croncycle-rs

A simple cron-like scheduler for Rust.

Usage

cargo install croncycle
$ croncycle -t "0 0 * * * *" -- echo 'Hello, world!'

License

MIT.