introduces a "signal relay" to mimic no-job-control behavior for INT, TERM, HUP, and QUIT signals. It also includes various minor bug fixes and profile refinements, hardens timep against very long command strings, and reduced memory usage by deleting intermediate logs as they were no longer needed (instead of all at the end)
What's Changed
- reduce timep memory footprint by removing logs as they get processes and are no longer needed by @jkool702 in #35
- Improve signal relay by @jkool702 in #38
- working LINENO. fixed bug with signal relay by @jkool702 in #40
- refreshed test output by @jkool702 in #41
- timep v1.4 by @jkool702 in #36
Full Changelog: v1.3...v1.4