The shep binary: a process manager that keeps a flock of long-running processes alive on macOS, Linux and Windows, with logs, watch and cron restarts, and webhook alerts
//! The `shep-runtime` container-entrypoint alias. Everything it does lives in
//! the library beside it — this binary supplies the `runtime` verb.
#![forbid(unsafe_code)]fnmain()->std::process::ExitCode{shep::main_runtime()}