TABLE OF CONTENTS
::pwtk::lsf_tail
USAGE
lsf_tail { batch sh-script excerpt }
EXAMPLE
lsf_tail {
# copy the scratch files in WORKDIR to $PWD
cp -a $WORKDIR .
}
DESCRIPTION
This command sets the "tail" part of the LSF batch shell script. In PWTK, the batch shell script is composed of four parts (for description, see ::pwtk::lsf_head).