From 08d44e7febe44a674767384d8d013b3fe0b32d1a Mon Sep 17 00:00:00 2001 From: Starccy <452276725@qq.com> Date: Sun, 10 Mar 2019 22:54:08 +0800 Subject: [PATCH] exit: add Chinese translation --- pages.zh/windows/exit.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 pages.zh/windows/exit.md diff --git a/pages.zh/windows/exit.md b/pages.zh/windows/exit.md new file mode 100644 index 0000000000..d67024c26c --- /dev/null +++ b/pages.zh/windows/exit.md @@ -0,0 +1,15 @@ +# exit + +> 退出当前的命令行实例或bat脚本. + +- 退出当前的命令行实例: + +`exit` + +- 退出当前的bat脚本: + +`exit /b` + +- 使用一个指定的退出码退出: + +`exit {{退出码}}`