|  | Example of a simple shell script - Seton Hall University Pirate ServerBourne Shell Programming Overview These are the contents of a shell script called display: cat display # This script displays the date, time, username and # current directory. echo "Date and time is:" date echo echo "Your username is: `whoami` \\n pirate.shu.edu |  |