sig
  type t = {
    status : Core.Std.Unix.Process_status.t;
    stdout_tail : string;
    stderr_tail : string;
  }
end