Minimal process wrapper
 
 
Go to file
xenofem 1448309be4 add nix flake 2022-08-27 15:16:00 -04:00
.gitignore add nix flake 2022-08-27 15:16:00 -04:00
LICENSE minimal process wrapper 2022-08-27 15:06:26 -04:00
README.md minimal process wrapper 2022-08-27 15:06:26 -04:00
flake.lock add nix flake 2022-08-27 15:16:00 -04:00
flake.nix add nix flake 2022-08-27 15:16:00 -04:00
go.mod minimal process wrapper 2022-08-27 15:06:26 -04:00
main.go minimal process wrapper 2022-08-27 15:06:26 -04:00

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>...]