exit — Exit the current process
exit [exitcode]
exit
exitcode
The exit command stops the execution of the current process. It causes the exitcode (an integer) to be returned by the process.