瀏覽代碼

fix: branch conditional

pull/7/head
Carlos Alexandro Becker 5 年之前
committed by GitHub
父節點
當前提交
23458cd9a1
沒有發現已知的金鑰在資料庫的簽署中 GPG 金鑰 ID: 4AEE18F83AFDEB23
共有 1 個檔案被更改,包括 2 行新增1 行删除
  1. +2
    -1
      README.md

+ 2
- 1
README.md 查看文件

@@ -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


Loading…
取消
儲存