shep 0.1.3

The shep binary: a process manager that keeps a flock of long-running processes alive on macOS and Linux, with logs, watch and cron restarts, and webhook alerts
Documentation
1
2
3
4
5
6
//! The `shep` binary. Everything it does lives in the library beside it.
#![forbid(unsafe_code)]

fn main() -> std::process::ExitCode {
    shep::main()
}