add new chinese translations
This commit is contained in:
16
pages.zh/common/retry.md
Normal file
16
pages.zh/common/retry.md
Normal file
@@ -0,0 +1,16 @@
|
||||
# 重试
|
||||
|
||||
> 重复命令直到成功或满足某个条件。
|
||||
> 更多信息:<https://github.com/minfrin/retry>。
|
||||
|
||||
- 重试一个命令直到成功:
|
||||
|
||||
`retry {{command}}`
|
||||
|
||||
- 每隔 n 秒重试一个命令直到成功:
|
||||
|
||||
`retry --delay={{n}} {{command}}`
|
||||
|
||||
- 在 n 次尝试后放弃:
|
||||
|
||||
`retry --times={{n}} {{command}}`
|
Reference in New Issue
Block a user