# exit the shell exit
# exit the current process successfully exit(EXIT_SUCCESS);
# Terminate the current script with an exit status indicating failure exit 1
# Terminate the current script with an exit status indicating success exit 0