https://github.com/zshipko/guard
https://github.com/zshipko/guard
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/zshipko/guard
- Owner: zshipko
- License: mit
- Created: 2016-09-02T20:01:16.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-09-03T00:03:45.000Z (over 9 years ago)
- Last Synced: 2025-01-22T14:08:15.196Z (over 1 year ago)
- Language: OCaml
- Size: 1.95 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
guard
=====
`guard` is a little utlity for re-running important programs if they happen to crash. It was built to with deploying [https://gitlab.com/zshipko/yurt/](yurt) in mind, but can be used for anything.
## Build requirements
- Ocaml
## Building
make
[sudo] make install
## Usage
guard -watch "do_something"
Run `guard -help` for more command line options