TABLE OF CONTENTS


::pwtk::pbs_tail

USAGE

   pbs_tail { batch sh-script excerpt }

EXAMPLE

   pbs_tail {
      # copy the scratch files in WORKDIR to $PWD
      cp -a $WORKDIR .
   }

DESCRIPTION

This command sets the "tail" part of the PBS batch shell script. In PWTK, the batch shell script is composed of four parts (for description, see ::pwtk::pbs_head).