#!/bin/ksh echo "${0##*/}: The user.cleanup script is running in directory: " pwd echo "${0##*/}: Copying back results file from master PVM process ..." cp $TMPDIR/manager.results $INITIALDIR/manager.results if [ "$CMD" = "pvm.script" ] then echo "${0##*/}: Copying back pvm log file to ./pvmlog ... " cp /tmp/pvml.$MYUID $INITIALDIR/pvmlog fi #for host in $hostlist #do # echo "Here is where I would copy back output from ${host} ..." #done #echo "Finishing the user.cleanup script."