
/*
 *
 * exit  Version 0.0  18JAN84
 *
 * This is the exit script.
 *
 */
/*
 * TNIX Version
 * Keyshell Version Number 1
 */

exit
{
>
>\klog out\e - Ends your session with TNIX (It logs you off the system).
>
>\kquit\e - Lets you continue using TNIX, but without ColorKey+ assistance.
>            \mNote:  Simply enter the command "ksh" to reinvoke the ColorKey+\n.
>
>\kcontinue\e - Lets you continue as before with ColorKey+.
>
>\kdone\e - Lets you continue as before with ColorKey+ (the same as \kcontinue\e).
>

	msg(^Log out, quit ColorKey+, continue with ColorKey+? %%), next;
	f1;log out; cmd (^logout), exec;
	f2;quit; cmd (^exit), exec;
	f3;continue; msg (^), break;
	f8;done; msg (^), break;
}
