Skip to content
/ cmdr Public

A minimalistic single-binary tool that can be used as Docker ENTRYPOINT to run multiple commands simultaneously

License

Notifications You must be signed in to change notification settings

mrusme/cmdr

Repository files navigation

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"

About

A minimalistic single-binary tool that can be used as Docker ENTRYPOINT to run multiple commands simultaneously

Topics

Resources

License

Stars

Watchers

Forks

Sponsor this project

Packages

No packages published