#!/bin/csh
########################################################################
# FILE: prog2
# DESCRIPTION:
#   Trivial shell script used as part of MPMD portion of POE exercise 
# AUTHOR: Blaise Barney
# LAST REVISED: 04/02/05
########################################################################
echo '**************************************************************'
echo -n 'Program 2 is running on '
hostname
echo -n 'The date/time is: '
date
echo 'END OF PROG2'
