Skip to content

Latest commit

 

History

History
38 lines (27 loc) · 626 Bytes

README.md

File metadata and controls

38 lines (27 loc) · 626 Bytes

cmdr

A minimalistic, zero-configuration, single-binary tool built in Rust that runs multiple commands simultaneously and can be used as Docker ENTRYPOINT.

Installation

Manual

git clone https://github.com/mrusme/cmdr.git
cd cmdr
cargo install --path .

Usage

USAGE:
    cmdr --cmd <COMMAND>...

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

OPTIONS:
    -c, --cmd <COMMAND>...    command to run

Examples

cmdr --cmd "/bin/sleep 10" --cmd "/bin/ls"
cmdr --cmd "/usr/bin/caddy" --cmd "/usr/bin/mongod"