format translation: change colon

This commit is contained in:
Ein Verne
2019-10-19 14:12:27 +08:00
committed by Starbeamrainbowlabs
parent f0f2764de2
commit 30c2bd4c7c
181 changed files with 694 additions and 694 deletions

View File

@@ -8,23 +8,23 @@
`bash`
- 执行命令
- 执行命令:
`bash -c "{{command}}"`
- 执行脚本文件
- 执行脚本文件:
`bash {{file.sh}}`
- 执行脚本文件,并将所有执行过的命令输出到终端
- 执行脚本文件,并将所有执行过的命令输出到终端:
`bash -x {{file.sh}}`
- 执行脚本文件,并在第一个错误处终止
- 执行脚本文件,并在第一个错误处终止:
`bash -e {{file.sh}}`
- 从输入 (`stdin`) 读取命令
- 从输入 (`stdin`) 读取命令:
`bash -s`