Skip to content

marjacob/sigmap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

sigmap

A simple Unix signals converter.

Usage

The -m (or --map=) option is used to specify the source and destination signal, while the program to be executed comes last with its argument list. Because execve is used to execute the program, <program> must be a fully qualified or relative path.

sigmap -m <from-signal>:<to-signal> <program>

Example

Receive SIGWINCH and forward it to the child process /bin/sleep as SIGINT.

sigmap -m 28:2 /bin/sleep 30

About

A simple Unix signals converter.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published