#!/bin/ksh echo "${0##*/}: Doing some mock setup work to test the user.setup facility..." echo "${0##*/}: The setup script has the following variables set:" echo "${0##*/}: USER: $USER" echo "${0##*/}: TMPDIR: $TMPDIR" echo "${0##*/}: hostlist:\n$hostlist" echo "${0##*/}: The setup script is being executed in the following directory:" pwd echo "${0##*/}: Finishing the user.setup script."