Mixlib::shellout provides a simplified interface to shelling out yet still collecting both standard out and standard error and providing full control over environment, working directory, uid, gid, etc. WWW: http://www.opscode.com PR: 170998 Submitted by: ndewing@experts-exchange.com Sponsored by: Experts-Exchange, LLC.
6 lines
233 B
Text
6 lines
233 B
Text
Mixlib::shellout provides a simplified interface to shelling out
|
|
yet still collecting both standard out and standard error
|
|
and providing full control over environment, working directory,
|
|
uid, gid, etc.
|
|
|
|
WWW: http://www.opscode.com
|