diff --git a/pages/common/exit.md b/pages/common/exit.md new file mode 100644 index 000000000..beb68980b --- /dev/null +++ b/pages/common/exit.md @@ -0,0 +1,11 @@ +# exit + +> Exit the shell. + +- Exit the shell with the exit code of the last command executed: + +`exit` + +- Exit the shell with the specified exit code: + +`exit {{exit_code}}`