Skip to content

Make kill command more UNIX like

Jeremy Soller requested to merge willir:unix_kill into master

Created by: willir

Add support for the following syntax:

  1. -SIG_NUM
  2. -SIG_NAME
  3. -s SIG_NAME
  4. -l
  5. -l SIG_NUM ...
  6. -l SIG_NAME ...
Edited by Ribbon

Merge request reports