Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 306 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 306 Bytes

Reference:

  • 15 - SIGTERM - terminate whenever/soft kill, typically sends SIGHUP as well?
  DA_Process.new("my_cmd", "my args".split) # output and error are different IO::Memory


  system("...", ...)
  status = $?
  DA_Process.success?(status)
  DA_Process.success!(status)