texttheater / produce

Replacement for Make geared towards processing data rather than compiling code

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Need to handle signals

texttheater opened this issue · comments

So as to kill spawned processes and clean up when killed. Currently we're only handling KeyboardInterrupt.

Handling SIGINT and SIGTERM now.