fix: branch conditional

This commit is contained in:
Carlos Alexandro Becker
2018-12-15 09:10:18 -02:00
committed by GitHub
parent 8158fde545
commit 23458cd9a1

View File

@@ -632,7 +632,8 @@ unset HISTFILE && exit
###### Perform a branching conditional ###### Perform a branching conditional
```bash ```bash
true && { echo success;} || { echo failed; } true && echo success
false || echo failed
``` ```
###### Pipe stdout and stderr to separate commands ###### Pipe stdout and stderr to separate commands