sh

Lines for output to the .sh file

Description:

Specifies lines of text to be output to the .sh file.

Invocation

sh { text }

Arguments

text
The specified text is written to the .sh file. It may consist of more than one line. The text should be legal sh-style shell command language.

Examples:

sh { # Define the help library

KAPPA_HELP=INSTALL_HELP/kappa; export KAPPA_HELP

}

Inserts a comment, and a command to set an environment variable, into the .sh file.


ADAM:

As defined.
IRAF:
None.