Subprocess library, modeled after python's subprocess module
Summary: Surprised we don't have one. The API is modeled after Python's subprocess module, http://docs.python.org/2/library/subprocess.html Inspired by https://www.facebook.com/groups/fbcode/permalink/445399858830192/, plus I needed this functionality now. Test Plan: test added Reviewed By: chip@fb.com FB internal diff: D614056
Showing
folly/Subprocess.cpp
0 → 100644
This diff is collapsed.
folly/Subprocess.h
0 → 100644
This diff is collapsed.
Please register or sign in to comment