10.2 Shell Interface

ORIGIN 'basicshell';
(* 
 * COPYRIGHT
 *       Copyright Mjolner Informatics, 1992-98
 *       All rights reserved.
 *)

INCLUDE '~beta/basiclib/systemenv';

--- lib:attributes ---

(* SHELL
 * =====
 * 
 * Use this fragment as origin for distributed BETA programs 
 * NOT using X libraries. If the program does use X libraries, 
 * use xshell.
 * 
 * The program should look something like:
 * 
 * ORIGIN 'shell';
 * --- program:descriptor ---
 * shellEnv
 * (# shellType::< (# ... #)
 *    ...
 * #);
 * 
 * For details see e.g. basicshell. *)


10.2 Shell Interface
© 1993-2002 Mjølner Informatics
[Modified: Thursday April 23rd 1998 at 14:57]