Maps process signals from one code to another
bash $ cargo install sigmap --force
```bash
$ sigmap TERM:INT ./my-process arg1 arg2
$ sigmap TERM:INT HUP:INT ./my-process arg1 arg2 ```