You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
5 months ago | |
---|---|---|
.gitignore | 5 months ago | |
LICENSE | 5 months ago | |
README.md | 5 months ago | |
flake.lock | 5 months ago | |
flake.nix | 5 months ago | |
go.mod | 5 months ago | |
main.go | 5 months ago |
README.md
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>...]