Lines for output to the sh
.sh
file
.sh
file. {
text }
.sh
file. It may
consist of more than one line. The text should be legal sh-style shell command language.
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: