parent/README.md

14 lines
365 B
Markdown
Raw Permalink Normal View History

2022-08-27 15:06:26 -04:00
# 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>...]
```