#!/bin/tcsh 
#This shell script prints out a string on the terminal

echo "Hello $USER"
