| Crates.io | sigmap |
| lib.rs | sigmap |
| version | 0.1.0 |
| created_at | 2021-11-08 18:53:47.034789+00 |
| updated_at | 2021-11-08 18:53:47.034789+00 |
| description | Maps process signals from one to another |
| homepage | |
| repository | |
| max_upload_size | |
| id | 478598 |
| size | 6,866 |
Maps process signals from one code to another
$ cargo install sigmap --force
# Maps TERM signals to INT
$ sigmap TERM:INT ./my-process arg1 arg2
# Maps a list of signals
$ sigmap TERM:INT HUP:INT ./my-process arg1 arg2