TABLE OF CONTENTS


::pwtk::ll_head

USAGE

   ll_head { batch sh-script excerpt }

EXAMPLE

   ll_head {
      echo "Today is `date`"
      module load qe-7.3
   }

DESCRIPTION

This command sets the "head" part of the LL batch shell script. In PWTK, the batch shell script is composed of four parts:

        profile   (always exists)
         |
        head      (optional)
         |
        pwtk      (always exists)
         |
        tail      (optional)

where: