9 lines
307 B
Markdown
9 lines
307 B
Markdown
# chainexec
|
|
|
|
> [!CAUTION]
|
|
> This software is not finished
|
|
|
|
This is a utility for chaining multiple commands without use of a shell.
|
|
|
|
It is meant as a replacement for shells in the cases where you are running multiple commands with `&&`, `||`, `|`, `|&` or `;`, or otherwise redirecting stdin/stdout/stderr.
|