exit: add Chinese translation (#6033)

This commit is contained in:
BillLucky 2021-05-23 22:50:41 +08:00 committed by GitHub
parent 0731957862
commit 8441d0e62a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

12
pages.zh/common/exit.md Normal file
View File

@ -0,0 +1,12 @@
# exit
> 退出终端程序。
> 更多信息见:<https://manned.org/exit>.
- 使用最后执行命令的退出代码,退出终端程序:
`exit`
- 使用指定的退出代码,退出终端程序:
`exit {{exit_code}}`