
function Main
{
clear
echo "My Java Unix Shell Script Test"
}
Main $*;
