Przeglądaj źródła

Merge branch 'caarlos0-patch-2' into develop

- signed-off-by: trimstray <trimstray@gmail.com>
pull/9/head
trimstray 5 lat temu
rodzic
commit
7f6e75bf9a
1 zmienionych plików z 2 dodań i 1 usunięć
  1. +2
    -1
      README.md

+ 2
- 1
README.md Wyświetl plik

@@ -632,7 +632,8 @@ unset HISTFILE && exit
###### Perform a branching conditional

```bash
true && { echo success;} || { echo failed; }
true && echo success
false || echo failed
```

###### Pipe stdout and stderr to separate commands


Ładowanie…
Anuluj
Zapisz