mirror of
1
0
Fork 0

Fix shell example in README (add description)

This commit is contained in:
Mikołaj Biel 2017-07-12 19:39:36 +02:00
parent f1e8297255
commit 87cc8d890a
1 changed files with 1 additions and 0 deletions

View File

@ -265,6 +265,7 @@ command itself.
command: read var && echo Your variable is $var
stdin: true
stdout: true
description: Reading and printing variable
-
command: read fail
stderr: true