Bug 127487 - jsc-cli doesn't support running subshell commands
Summary: jsc-cli doesn't support running subshell commands
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Mark Hahnenberg
URL:
Keywords:
Depends on:
Blocks: 127432
  Show dependency treegraph
 
Reported: 2014-01-23 08:47 PST by Mark Hahnenberg
Modified: 2014-01-23 08:47 PST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Mark Hahnenberg 2014-01-23 08:47:24 PST
Another common feature of command line scripting languages is the ability to invoke other shell commands and handle their results. It should be possible to run a subshell command and examine its exit code as well as its console output.