Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
alekseysotnikov committed Jul 17, 2017
1 parent ef315b8 commit 2ae96c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ or even shorter
````java
new Cmd().command("sh", "-c", "s='Hello'; echo $s;").execute();
````
> Execute script in a Shell (Unix-like, Mac OS) and read output
> ... and read output
````java
String output = new Cmd()
.configuring(c -> c.readOutput(true)) // configure zt-exec's executor
Expand Down

0 comments on commit 2ae96c0

Please sign in to comment.