weberc2 / builder

Prototype build tool
0 stars 0 forks source link

Standardize subprocess calls #25

Open weberc2 opened 4 years ago

weberc2 commented 4 years ago

There's a lot of boilerplate repeated for each subprocess call, and it's tedious to make sure the environment, running directory, input/output streams, etc are configured correctly. DRY it up.