1 1982-06-28 add_epilogue 2 3 Syntax as a command: add_epilogue command_line 4 5 6 Function: 7 Sets a particular command line to be run at the time of a logout 8 or new process. Several such lines can be specified on separate 9 invocations of this command. 10 11 12 Arguments: 13 command_line 14 is any reasonable Multics command line to be executed during 15 process termination. It must be in quotes if it contains 16 blanks or other special command line characters, such as 17 parentheses. 18 19 20 Notes: 21 This command builds an exec_com in the process directory and 22 establishes a special epilogue handler to execute it. It 23 attaches a special stream for working on the exec_com, which 24 should not be detached by the user if further invocations of 25 the command are to be made in the same process. 26 27 The number of commands that can be executed, or, more 28 specifically, the amount of time they can take, during an 29 epilogue is limited and users should be judicious about the 30 amount of work they specify to be done during process 31 termination.