echo "This is script 2"
echo "The environment variable 'ex1var' which holds the value"
echo "  of the menu selection you made has the following value:"
getenv ex1var
echo "End of script 2"
