An open API service indexing awesome lists of open source software.

https://github.com/zshipko/guard


https://github.com/zshipko/guard

Last synced: about 1 year ago
JSON representation

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