#!/bin/sh
a=MIT
cat << ENDOFMESSAGE
This is a file to be printed out by the
user.  Instead of having two files, one to do the cat command
and one which contains the data, we have one file!
$a is an example of a shell variable.
ENDOFMESSAGE
echo done
