exit [ n ]
Description
You can use exit to end the shell and return to the program that called qsh.
Options
None.
Operands
The value of n is an integer that is greater than or equal to 0 and less than or equal to 255.
Exit Status
n if specified. Otherwise, the exit status of the preceding command.
Related information