:eyes: supervise

a simple command line supervisor tool.

``` Supervise command execution.

USAGE: supervise [OPTIONS] [COMMAND]...

FLAGS: -h, --help Prints help information -V, --version Prints version information

OPTIONS: -c, --count maximum number of executions -i, --interval execution interval (sec) [default: 0.1]

ARGS: ... command and options ```

example

shell $ supervise -c 2 -i 2 -- echo abc