#!/bin/csh
########################################################################
# FILE: prog1
# 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 1 is running on '
hostname
echo 'The current directory looks like: '
ls -l
echo 'END OF PROG1'
