(L)			Gulam Commands(L)

NAME:  execute

SYNOPSIS
    execute.g
    
OPERATION

    If the file t.g exists in the home directory, then it is moved to tt.g
    and executed.  This shell script is intended to be used with start and
    run.  It is best if it is placed near the end of the gulam.g file.

    
AUTHOR
    John Buchanan 

FILES
    \auto\start.inf
    $(HOME)\execute.g
    $(HOME)\t.g
    $(HOME)\tt.g

SEE ALSO
	start, execute

BUGS
	If the file t.g is present the end if in the execute.g file will
	cause an extraneous endif error message.  (This is gulam's bug)

	Moving the file t.g to tt.g is done since gulam does not seem to
	like to execute one shell file from another, then return and
	do some more work.
	
