1 unstable release
0.1.0 | May 24, 2024 |
---|
#19 in #times
5KB
80 lines
Usage of command:
rpar [RPAR ARGUMENTS] -- COMMAND [COMMAND ARGUMENTS]
Examples of usage:
./rpar -t 10 -s -- ls -l
or
cargo run -- -t 10 -s -- ls -l
./rpar -t 1 -u -- curl www.google.com
rpar arguments:
arg --times [TIMES] / -t - to execute command [TIMES] times
Default: command is executed 1 time
arg --silent / -s - to suppress output.
Default: output is not suppressed
arg --unparallel / -u - to execute command in sequential way.
Default: command is executed in a parallel way
Dependencies
~1.5MB
~25K SLoC