formatting support for `Subprocess::shellify`
authorDominik Gabi <dominik@fb.com>
Thu, 15 Sep 2016 14:57:14 +0000 (07:57 -0700)
committerFacebook Github Bot 8 <facebook-github-bot-8-bot@fb.com>
Thu, 15 Sep 2016 15:08:45 +0000 (08:08 -0700)
commite69e359c24070c3b4ea2cd25f87b554e33b2a132
tree839069203d52aca6528266c09d2dcb14ce328362
parent8f27d856f0e5287b54533efe44d0797d5e50bc1e
formatting support for `Subprocess::shellify`

Summary:
Adding formatting support with automatic escaping of parameters. Will
subsequentyl try and make it harder for people to use non-statically determined
format strings for this.

Reviewed By: simpkins

Differential Revision: D3866174

fbshipit-source-id: 80bb5886386692643876116fbf338ca0d6986e6a
folly/Makefile.am
folly/Shell.h [new file with mode: 0644]
folly/Subprocess.cpp
folly/Subprocess.h
folly/test/ShellTest.cpp [new file with mode: 0644]
folly/test/SubprocessTest.cpp