Skip to content
This repository has been archived by the owner on Sep 20, 2020. It is now read-only.

tmtmtoo/supervise

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This has been moved into the cx.

👀 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 <count>          maximum number of executions
    -i, --interval <interval>    execution interval (sec) [default: 0.1]

ARGS:
    <COMMAND>...    command and options

example

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