Closed daenney closed 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.
subprocess
sh
tail
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 liketail
into an iterable.