1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-07 01:26:03 +02:00

exit: add Chinese translation

This commit is contained in:
Starccy 2019-03-10 22:54:08 +08:00 committed by Starbeamrainbowlabs
parent fed02eef47
commit 08d44e7feb

15
pages.zh/windows/exit.md Normal file
View file

@ -0,0 +1,15 @@
# exit
> 退出当前的命令行实例或bat脚本.
- 退出当前的命令行实例:
`exit`
- 退出当前的bat脚本:
`exit /b`
- 使用一个指定的退出码退出:
`exit {{退出码}}`