format translation: change colon
This commit is contained in:

committed by
Starbeamrainbowlabs

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