Olivia5k / piper

Build system that builds and very little more
http://thiderman.org/piper/
MIT License
5 stars 0 forks source link

Switch subprocess usage to sh #5

Closed daenney closed 9 years ago

daenney commented 9 years ago

Though subprocess is wonderful it's also tricky to work with. sh aims to fix all that and has some additional cool features like being able to turn a blocking command like tail into an iterable.