Subprocess library, modeled after python's subprocess module
authorTudor Bosman <tudorb@fb.com>
Mon, 29 Oct 2012 22:37:49 +0000 (15:37 -0700)
committerJordan DeLong <jdelong@fb.com>
Sun, 16 Dec 2012 22:42:45 +0000 (14:42 -0800)
commit677bed09c795cc810b1a4f697b0b18d0e5e709f0
tree4e866b5017f467ece7961bc6a42ecd59b8622a8e
parentf919a0523e7e8d9d9195837ea6fe813d6a4e2ed7
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
folly/Subprocess.cpp [new file with mode: 0644]
folly/Subprocess.h [new file with mode: 0644]
folly/test/SubprocessTest.cpp [new file with mode: 0644]