parent/README.md

14 lines
365 B
Markdown

# parent
A minimal process wrapper that just passes signals to its child. This
is a more pared-down version of https://github.com/abiosoft/parent ,
with no interpretation of arguments, just passing everything to the
child exactly as it's received; it does also attempt to mimic its
child's exit status if possible.
## Usage
```
parent <command> [<args>...]
```